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(a)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/jav...
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(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev