How can we adjust the timeout for websocket?
I'm seeing connections erroring out with Timeout on Read which seems to be due to the timeout settings.
Did you try session.setIdleTimeout(long); ?
Dangit.
Thanks @tipsy, that seems to have done it.
Glad it worked. I currently don't have an actual use-case for WebSockets myself, so the implementation was based on guessing what would be useful (and the sample chat app). Please let me know if you run into any problems or think anything could be improved.
Most helpful comment
Dangit.
Thanks @tipsy, that seems to have done it.