catacumba 0.10.1 released with memory leak bug fix on websocket engine 😉
@niwinz: I am getting a WS connection failed in my client when I try and open a bi-directional connection to the server using: (pc/socket client :reports)
. If I switch to using just (pc/subscribe client :reports)
then my WS connection is fine. This is the error:
Error during WebSocket handshake: Unexpected response code: 200
I am using postal "0.2.0" and Catacumba 0.10.1. Any ideas?