Updated on 2026-08-14
This commit is contained in:
parent
bed6098acb
commit
e61bb892ae
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ public class ServerApiElectrum {
|
|||
try {
|
||||
Log.i(TAG, host + " " + port);
|
||||
sslSocket = (SSLSocket) sf.createSocket(host, port);
|
||||
sslSocket.setSoTimeout(3000);
|
||||
try {
|
||||
OutputStream os = sslSocket.getOutputStream();
|
||||
OutputStreamWriter out = new OutputStreamWriter(os, "UTF-8");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue