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
I have forked this repo, and make some test. I haven't been diving deep it to the problem. It's seem something wrong with org.glassfish.tyrus library. It lock in com.github.jtmsp.websocket.Websocket in reconnectWebsocket function on connect() line without any exceptions even there are no socket served by server. I think it strange behavior.
Anyway, to solve this, i've simply moved from org.glassfish.tyrus to org.java-websocket in com.github.jtmsp.websocket.Websocket. A have maked it dirty, only for run sample and good encapsulation maked it easy. And after that an issue had been solved. I've successfully runned sample chat app, and so on. It's all in my forked brunch
I've found you for some reason one day already moved from org.java-websocket. Thats why i've decided not to completed and pulled request. Anyway, I'm hope it will useful.
The text was updated successfully, but these errors were encountered:
Hello.
I have tried to run sample tendermint app TMChatt, and encountered an error in an infinit lock on connection similar to this issue.
I have forked this repo, and make some test. I haven't been diving deep it to the problem. It's seem something wrong with
org.glassfish.tyrus
library. It lock incom.github.jtmsp.websocket.Websocket
inreconnectWebsocket
function onconnect()
line without any exceptions even there are no socket served by server. I think it strange behavior.Anyway, to solve this, i've simply moved from
org.glassfish.tyrus
toorg.java-websocket
incom.github.jtmsp.websocket.Websocket
. A have maked it dirty, only for run sample and good encapsulation maked it easy. And after that an issue had been solved. I've successfully runned sample chat app, and so on. It's all in my forked brunchI've found you for some reason one day already moved from
org.java-websocket
. Thats why i've decided not to completed and pulled request. Anyway, I'm hope it will useful.The text was updated successfully, but these errors were encountered: