-
Pleaseeeeeeeeeeeee add all dependencies that we need to implement scarlet in Wiki and pleaseeeeeeee explain about them , we have to discover them step by step.
-
And how complicated would it be to implement it? OkHttp also works on pure Java so it wouldn't be a problem for the library in general.
-
Hi. I found a problem with reconnecting okhttp websockets on 0.1.7/0.2.3-alpha1. After several attempts the reconnection stops.
I think I found a reason. We subscribe on socket event in Connection.op…
-
Hi sorry to bother you, I'm trying to run your AnroidPhoenixDemo, but I run into this error:
WebSocket connection error
java.net.ProtocolException: Expected HTTP 101 response but was '200 OK'
at com.s…
-
I am asking for any kind of feedback on the next version of Fuel that is based on OkHttp with a support of ktor. It is not backward compatibility. It requires Java 8+. If you want to use it on Android…
-
Filling this from #1548.
The runs provided by @nziebart look promising. See the old ticket for the improvements observed.
-
### What happened?
Recently, I integrated WebSocket lifecycle monitoring into our production mobile application. While monitoring, I've noticed that we rarely encounter the error message: "WebSocke…
-
连接其他websocket地址始终连接不上
-
We have no any information about the connection state for the UMWebsocketClientImpl.
According to the description (https://binance-docs.github.io/apidocs/futures/en/#websocket-market-streams) all web…
-
If we send 1M messages in a loop, the websocket connection will close with the reason 1001 automatically. (it didn't happen on other Websocket clients, such as Browser or other Java Websocket client i…