Initial Release of WebSocket Client Library (v1.0.0)
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.