Re: Tomcat web socket not sending more than one message to the client

2017-10-20 Thread Riccardo Cohen
I have no problem with web sockets in 8.5.14 On 20/10/2017 11:23, Mark Thomas wrote: On 20/10/17 09:49, Christoph Mertins wrote: Hello, I have performed a downgrade to 8.0.14 on Raspbian and now it is working like it should. So something change between these versions in the area of the Websoc

Re: Tomcat web socket not sending more than one message to the client

2017-10-20 Thread Mark Thomas
On 20/10/17 09:49, Christoph Mertins wrote: > Hello, > > I have performed a downgrade to 8.0.14 on Raspbian and now it is working like > it should. > So something change between these versions in the area of the Websockets. If you are able to identify in which version the problem starts that wou

Re: Tomcat web socket not sending more than one message to the client

2017-10-20 Thread Christoph Mertins
Hello, I have performed a downgrade to 8.0.14 on Raspbian and now it is working like it should. So something change between these versions in the area of the Websockets. Kind Regards, Christoph > Am 19.10.2017 um 16:48 schrieb Christoph Mertins : > > Hello, > > after waiting 35 minutes sudden

Re: Tomcat web socket not sending more than one message to the client

2017-10-19 Thread Christoph Mertins
Hello, after waiting 35 minutes suddenly some events get forwarded for a second or two and then again silence. This is really strange. Kind Regards, Christoph Mit freundlichen Grüßen Christoph Mertins On Thu, Oct 19, 2017 at 10:21 AM, Christoph Mertins wrote: > Hello, > > I have a problem wit

Tomcat web socket not sending more than one message to the client

2017-10-19 Thread Christoph Mertins
Hello, I have a problem with Tomcat only sending the first message to the client and then no message anymore till the client reconnects. The code was working for some versions but then stopped working: public void handleEvent(EventObject eventObject) { Enumeration keySet