Mark Norgren
Mark Norgren
The documentation here states compression is on by default, but it appears to be set to false by default. https://github.com/tidwall/SwiftWebSocket/blob/master/Source/WebSocket.swift#L166
When attempting to turn on compression it appears there is a race condition that may open WebSocket connection before setting compression to .on ``` let ws = WebSocket("ws://url") ws.compression.on =...
I think this issue is similar to https://github.com/Orion98MC/node_rrd/issues/1 I had to install `librrd-dev` to get the npm install to work. Is there a way to avoid having to install librrd-dev...