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

TLS test with a websocket-kit server and client #92

Open EthanLozano opened 3 years ago

EthanLozano commented 3 years ago

The fix #89 for issue #86 was merged before a test was written to expose the issue. So, I think this repo would benefit from a test so that the issue doesn't reemerge in the future. Specifically, there should be a close test (similar to testServerClose) with a TLS enabled server using websocket-kit which communicates with a websocket-kit client.