Open marknorgren opened 7 years ago
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 = true
When attempting to turn on compression it appears there is a race condition that may open WebSocket connection before setting compression to .on