Domochip

Results 4 issues of Domochip

PR described in issue https://github.com/ratchetphp/RFC6455/issues/64 Main idea is to avoid `unpack('J',...` on 32bits system. $payload_length is in Big Endian allowing to keep only 4 last bytes to unpack it as...

Hi, We are using RatchetPHP in an Home Automation Plugin. The Home Automation system is named Jeedom (pretty famous in France). The plugin is jMQTT which is used to handle...

Once start_ws is started, __launch_websocket_loop does: - connect to Gardena websocket API - while not should_stop - await reception of a message - process message The problem is that "websocket.recv"...

Hi, I tried to install and use py-smart-gardena in a fresh new env (I'm using devcontainers). And then, if I try to import SmartSystem, I receive this error message :...