[undertow-dev] Websocket Data

Stuart Douglas sdouglas at redhat.com
Tue Nov 29 15:25:20 EST 2016


You can use

XnioIoThread.executeAtInterval

One thing to be careful of though is that you need to make sure the
messages are actually being sent. If the messages are very large and
the client is very slow you can eventually run out of memory due to
messages being buffered.

Stuart

On Wed, Nov 30, 2016 at 2:33 AM, Devl Devel <devl.development at gmail.com> wrote:
> Hi Guys
>
> I managed to implement a websocket server as per
> https://github.com/undertow-io/undertow/blob/master/examples/src/main/java/io/undertow/examples/chat/ChatServer.java
>
> Question is whats the best way to get the websocket to send data every 1 or
> x second(x) irrespective of whether it got a message via onFullTextMessage?
>
> Any pointers would be appreciated.
> Thanks
>
>
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev


More information about the undertow-dev mailing list