You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurred in socket.io library internally and application getting crashed. Please help me to resolve this issues because this crash occur any time in application which cause bad user experienced .Please provide me a solution
The text was updated successfully, but these errors were encountered:
org.java_websocket.WebSocketImpl.send + 566 (WebSocketImpl.java:566)
| org.java_websocket.WebSocketImpl.send + 543 (WebSocketImpl.java:543)
| org.java_websocket.client.WebSocketClient.send + 171 (WebSocketClient.java:171)
| com.github.nkzawa.engineio.client.transports.WebSocket$2.call + 114 (WebSocket.java:114)
| com.github.nkzawa.engineio.parser.Parser.encodePacket + 63 (Parser.java:63)
| com.github.nkzawa.engineio.parser.Parser.encodePacket + 42 (Parser.java:42)
| com.github.nkzawa.engineio.client.transports.WebSocket.write + 110 (WebSocket.java:110)
| com.github.nkzawa.engineio.client.Transport$3.run + 98 (Transport.java:98)
| com.github.nkzawa.thread.EventThread.exec + 50 (EventThread.java:50)
| com.github.nkzawa.engineio.client.Transport.send + 94 (Transport.java:94)
| com.github.nkzawa.engineio.client.Socket.flush + 596 (Socket.java:596)
| com.github.nkzawa.engineio.client.Socket.sendPacket + 681 (Socket.java:681)
| com.github.nkzawa.engineio.client.Socket.sendPacket + 655 (Socket.java:655)
| com.github.nkzawa.engineio.client.Socket.access$1500 + 29 (Socket.java:29)
| com.github.nkzawa.engineio.client.Socket$17.run + 565 (Socket.java:565)
| com.github.nkzawa.thread.EventThread.exec + 50 (EventThread.java:50)
| com.github.nkzawa.engineio.client.Socket.ping + 562 (Socket.java:562)
| com.github.nkzawa.engineio.client.Socket$16$1.run + 550 (Socket.java:550)
| com.github.nkzawa.thread.EventThread$2.run + 75 (EventThread.java:75)
| java.util.concurrent.ThreadPoolExecutor.runWorker + 1167 (ThreadPoolExecutor.java:1167)
This error occurred in socket.io library internally and application getting crashed. Please help me to resolve this issues because this crash occur any time in application which cause bad user experienced .Please provide me a solution
The text was updated successfully, but these errors were encountered: