ChimeHQ / JSONRPC

Swift library for JSON-RPC
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Add WebSocket DataChannel #12

Closed jbromberg closed 9 months ago

jbromberg commented 9 months ago

Adds a DataChannel for communicating via WebSockets. Supports a terminationHandler that allows you to restart a server when the socket closes unexpectedly.

mattmassicotte commented 9 months ago

Looks like URLSessionWebSocketTask isn’t available in the Foundation for Linux. I’m a little surprised, but a quick OS check should fix that.

jbromberg commented 9 months ago

Sorry I've been so busy thanks for fixing!

mattmassicotte commented 9 months ago

Absolutely nothing to apologize about!