tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 246 forks source link

Outgoing messages are not compressed/deflated #96

Open joejune opened 7 years ago

joejune commented 7 years ago

Outgoing compression seems to be unimplemented: https://github.com/tidwall/SwiftWebSocket/blob/master/Source/WebSocket.swift#L1435

c4b4d4 commented 4 years ago

I'm also interested in this.