funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
niwinz 2016-01-11T15:20:16.000211Z

catacumba 0.10.1 released with memory leak bug fix on websocket engine 😉

kenny 2016-01-11T23:32:53.000212Z

@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?