<@U5KGFBE73> it looks like they did change the und...
# http4k
d
@perryprog it looks like they did change the underlying lib to support reconnections in v1.3.8 - https://github.com/TooTallNate/Java-WebSocket/issues/256 . We were using 1.3.6 - we can update it to this new version, but it won't solve the automatic reconnection problem. Until this gets fixed more permanently, the best option is for you to write your own auto-reconnecting client based on the original http4k source, and add a dependency on v1.3.8 of that library. I've raised this issue to cover doing it in http4k, but if you get it working - if possible can you please post your solution to this ticket: https://github.com/http4k/http4k/issues/154