glassfishrobot
glassfishrobot
Looks like Tyrus client handles same 401 not authorize response twice. Socket acquisition is protected with OAuth2 on server side. Firs time client tries to obtain web socket server returns...
Hi, I have developed a code using javax.websocket and Tyrus, that simply connect (send/receive) to an external websocket Url (e.g. wss://example.com/sockjs/647/lhvo2mn7/websocket ). Now, I want to just make a persistent...
I couldn't find anything about related getting client IP address infomation from TyrusSession class or something other classes. Ans now figure out that is not available yet. Can you include...
I seem to be getting `Text MessageHandler already registered` when trying to register multiple JSON decoders for multiple types of POJOs. Shouldn't it be possible to register multiple types of...
As a developer, I'd like to be able to enable WSS programmatically in a standalone server. Currently (version 1.8.3) one has to apply following hack in order to do it:...
I have a websocket MMO game server, which sends packets every +/- 70ms with world info to the players. Everything works fine until there are 130+ players playing, as the...
The server works perfectly fine, until at a random moment, it starts throwing hundreds of these per second: > Aug 09, 2016 10:54:08 AM org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter$WriterCondition$1 onError > WARNING: Connection closed...
1\. Enable java security policy 2\. Send a request using Tyrus 3\. The request fails with the error below. The error would indicate that is used, however no proxy is...
I tried to send a message from Closed Session (ClientEndpoint). onError was NOT called. I tried to send a message from Closed Session (ServerEndpoint). onError was called --> Worked. ####...
Hello, Sometimes Tomcat (7.0.69) throw a IOException: Connection timed out sporadically. OnError is called on the server side and I close the connection but the Tyrus ReconnectHandler does not reconnect...