Azoy / Sword

Discord library for Swift
https://azoy.github.io/Sword
MIT License
179 stars 52 forks source link

ZLib breaks when reconnect happen #60

Open omochi opened 5 years ago

omochi commented 5 years ago

When Shard reconnect. We need to reset ZLib context.

I think we need to some work for GatewayHandler design.

Example implementaiton: 246f2dd