Using Apollo 1.6 as a Websocket server and Java-Netty 3.8 as a Websocket
client with version V13 (RFC 6455 aka HyBi-17), the server closes the
connection after 5 seconds (for illustration, see below).

The server behaviour is independent from the client behaviour, e.g. the
connection is closed regardless if client sends messages or not.

How can I prevent the server from closing the Websocket connection after 5
seconds?

[Logs from Java-Netty 3.8 client for illustration]
/WebSocket Client connecting
WebSocket Client connected!
WebSocket Client sending messages ..
WebSocket Client *received closing* with reason phrase: ""
WebSocket Client disconnected!
WebSocket Client sending ping
[Errors]/




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Apollo-1-6-Websocket-connection-closed-after-5-seconds-tp4676267.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to