<@U5KGFBE73> thanks for the link - but I think you...
# http4k
d
@perryprog thanks for the link - but I think you're still going to have to do the reconnection manually. from the docs:
Copy code
If you want to re-connect to the WebSocket endpoint, you have to create a new WebSocket instance again by calling one of createSocket methods of a WebSocketFactory. You may find recreate() method useful if you want to create a new WebSocket instance that has the same settings as the original instance. Note that, however, settings you made on the raw socket of the original WebSocket instance are not copied.