-
Connection to cloud failed yesterday (22.11.2017) and remote connection didn't work even binding claims that connection is open.
I stopped and started Cloud Connector Bundle manually 2017-11-23 17:…
-
mStompClient = Stomp.over(WebSocket.class, "wss://localhoast:8080/websocket");
mStompClient.topic("/updates/" + userId)
.subscribe(new Action1() {
…
-
**Describe the bug**
I have encountered an issue with my Android WebSocket server where it fails to correctly handle hexadecimal data sent from clients.
```
//java
//function
public byte[] hexS…
dlaoy updated
4 months ago
-
I had to replace the actual value with XXXXX since it contains a username.
```
org.directwebremoting.extend.MarshallException: Error marshalling java.lang.Long: Format error converting XXXXX. See …
-
I have created an Android application that uses this package and whenever I try to call connect on the websocket I get the following error :
`03-20 11:21:50.005 4255-4270/? W/System.err﹕ com.fi…
-
We seem to be able to jam up the server - you get this error in the logs
20-Aug-2016 11:17:58.884 SEVERE [http-nio-80-exec-8] org.apache.tomcat.websocket.pojo.PojoEndpointBase.onClose Failed to call …
-
Quoting https://github.com/qzind/tray/issues/839#issue-948860360.
> I am running Linux mint v20 ulyana, This is Ubuntu focal
> Java version and where I got it from
> ```
> https://adoptopenjdk.j…
tresf updated
3 years ago
-
Build No : 1.1.0.22
Exception throwing in android 9,10 & 11.
While playing WCS player throwing
**java.lang.AbstractMethodError: abstract method "org.java_websocket.enums.HandshakeState org.…
-
Currently, when a websocket connection dies on transport or ssl errors, there is no way at the moment to recover.
It would be nice to define a `ReconnectStrategy` which reconnects after a certain tim…
-
While testing the addon on Vaadin 8, I came across a runtime error. The strange thing is it only happens when you jump from March to April in month mode. You can reproduce the error by overriding th…