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

Update Client code to remove warnings #98

Closed 0xTim closed 3 years ago

0xTim commented 3 years ago

Currently when building the package with the latest AHC we get build warnings as we're pointing at deprecated code. We should update our code to point at the new functions and remove the build warnings

0xTim commented 3 years ago

Resolved in #99