Pawl icon indicating copy to clipboard operation
Pawl copied to clipboard

Handle WS connection exception in Connector

Open Styopchik opened this issue 10 months ago • 0 comments

This commit introduces an exception handler into the Connector class. Now, when a WebSocket connection fails it captures the exception and explicitly rejects the promise, providing better error control and preventing silent failures.

Styopchik avatar Apr 20 '24 11:04 Styopchik