I am trying to use the Poco C++ lib's WebSocket class to build a nice clean interface into my server application.
My problem is that using the example WebSocket server application, the socket is closed to the client after 60 seconds - and I need it to last much longer (think +15mins...)
I have tried setting the timeout of the HTTP layer to 10 mins (3600 secs) and this make no difference to the behaviour.
Unfortunately Poco examples and docs are a little thin - so I was hoping someone here might be able to help.