vapor / websocket-kit

WebSocket client library built on SwiftNIO
https://docs.vapor.codes/4.0/advanced/websockets/
MIT License
277 stars 79 forks source link

Fix miscellaneous issues with WebSocket closing #77

Closed tanner0101 closed 4 years ago

tanner0101 commented 4 years ago

Fixes miscellaneous issues with regards to closing a WebSocket connection (#77)

code28 commented 4 years ago

I was investigating for hours to find the problem with the websockets, just to find this PR, which already solved it for me. :) What's the progress on this? Do you need help with something or is something blocking you from merging this (except the failing CI)?

tanner0101 commented 4 years ago

These changes are now available in 2.1.2

lmcd commented 3 years ago

Closing seems completely broken for me... perhaps since this release.