websocket-kit

1.0.1

WebSocket client library built on SwiftNIO
Local-Connectivity-Lab/websocket-kit

What's New

1.0.1

2024-10-02T06:45:40Z

Full Changelog: 1.0.0...1.0.1

NIOWebSocketClient

API Docs Team Chat MIT License Continuous Integration Swift 5.6 Swift 5.8

This is a custom build of Vapor's Websocket Kit. Following changes are made:

  • BufferWritableMonitorDelegate: a delegate that receives the amount of buffered bytes from the channel. This is not the actual representation of buffered bytes in the channel, but more of an estimate.
  • BufferWritableMonitorHandler: a channel duplexer that handles buffering and report the buffered amount to the delegate.
  • writeBufferWaterMark: the water mark that defines the amount of bytes that will be buffered in the channel.
  • WebSocketClient, WebSocket that uses the aforementioned utilities.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Fri May 16 2025 03:25:43 GMT-0900 (Hawaii-Aleutian Daylight Time)