Skip to content

Commit

Permalink
Merge branch 'main' into non-negotiable-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Nov 19, 2024
2 parents 65f72f4 + e34cb2f commit 9e77d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Package containing support for WebSockets. It contains three libraries

### Client

The WebSocketClient is built on top of structured concurrency. When you connect it calls the closure you provide with an inbound stream of frames, a writer to write outbound frames and a context structure. When you exit the closure the connection the client will automatically perform the close handshake for you.
The WebSocketClient is built on top of structured concurrency. When you connect it calls the closure you provide with an inbound stream of frames, a writer to write outbound frames and a context structure. When you exit the closure the client will automatically perform the close handshake for you.

```swift
import WSClient
Expand Down

0 comments on commit 9e77d10

Please sign in to comment.