Pawl icon indicating copy to clipboard operation
Pawl copied to clipboard

Asynchronous WebSocket client

Results 25 Pawl issues
Sort by recently updated
recently updated
newest added

Hello. I have a connection created from javascripts successfully towards my websocket server. I send messages and receive the perfect response. I am using the cboden/ratchet library. Now what I...

i use this code for listening on socket server. after some while, if internet get disconnect, socket client do not generate any errors or exception and just will stop working....

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...

Hi there, Thanks for this great library. Recently, I’ve been trying to connect to the server with `permessage-deflate`. While the connection was established, the message wasn’t compressed, which led to...

Hello, version used 0.3.5 Sometimes my clients are able to connect to a ratchet server (on the same server) also after the timeout defined in the connector (5 seconds): ```...