Authentication: Enjoy enhanced security with the addition of basic authentication support, allowing you to protect your WebSocket connections with user credentials.
Improvements
Data Handling: Experience improved data handling as the library now honors the byteOffset of ArrayBufferViews when sending data, ensuring accurate data transmission.
Fixes
Fix a race condition where the first data event is received before the socket is fully open, ensuring a smoother and more reliable connection experience.
Fix the basic authentication implementation to correctly format the auth header, enhancing the reliability of your authentication process.
Resolve an issue with appending the port number to the Host and Origin headers, ensuring compliance with HTTP conventions and improving connection reliability.