Skip to content

Initial Release of WebSocket Client Library (v1.0.0)

Compare
Choose a tag to compare
@albeebe albeebe released this 19 Oct 17:16
· 2 commits to main since this release

This is the first stable release of the WebSocket client library.

Features:

  • Establishes a WebSocket connection to a given URL.
  • Handles bi-directional communication with text and binary messages.
  • Manages graceful connection closure and error handling.
  • Includes unit tests for:
    • Connecting to a WebSocket server.
    • Sending and receiving messages.
    • Properly handling disconnections.