Matic

Results 3 comments of Matic

Additionally, example and example output. This script connects to a WebSocket echo server, sends a "Hello World" message, then checks for incoming messages every 10ms for 0.5 seconds. Each check...

Hi @sirn-se and thank you for your reply. As per your suggestion I have tried the subscribe option, looks like this; ``` require 'vendor/autoload.php'; use WebSocket\Client; use WebSocket\Message\Text; use WebSocket\Connection;...

Thank you for the suggestion. Unfortunately I have similar problem with this pattern. The main process I have sends outgoing messages via ws as soon at it receives instructions (waits...