-
Thank you for this great project;
After using the Java-WebSocket we found some SocketTimeoutException, so I dig into the source code, and find this below code inside WebSocketClient:
```
// Runnable …
-
HI @daniel-bolanos I was thinking we can provide support for WebSockets in the wrapper by adding an existing library and handling the authorization using the `authorization` service.
What do you thin…
-
Run the sample HttpServer_WebSocket on esp
Use android native code to try to connect to it, it does not connect (it does connect to test server on the web)
```
gradle:
compile 'org.java-websocket:Jav…
-
1. Create a new Android project in Android Studio via the _Simple Activity_ template
2. Attach `ably-android.jar` in project
3. Replace code in MainActivity with code from [here](http://pastebin.com/k…
-
Hi
I am using this jar in my android app and when trying to work with WSS it is throwing this error
org.java_websocket.drafts.Draft_17@2efb56af refuses handshake-false
This is how i am using the w…
-
After a couple of days openhab will start to get into a state where it eats 100% of the cpu. Running top -H show this thread as the culprit:
`22215 root 20 0 494m 256m 11m R 95.3 12.7 747:…
-
Hello,
I'm trying to use this to connect to Firebase, which uses wss://, and for some reason it's getting stuck at the socketFactory.createSocket() call. I've separated line 166 of websockets.android…
-
I have a problem with an error like this one written below:
Fatal Exception: java.lang.AssertionError
java.net.SocketTimeoutException: failed to connect to host/ip port after 90000ms: isConnected fai…
-
_From @scottmeng on June 21, 2015 13:57_
This is what I got when I tried to add a .jar file as Android library.
```
Warning: File /path_to_lib/gson-2.3.1.jar/project.properties does not exist
```
_…
-
I'm using Connect SDK Lite version 1.4.3 for Android to connect to WebOS TV.
After establishing connection with TV-device and starting launch app or web app session,
garbage collector starts releasing…