will talk for elePHPants! on Nostr: Question for the ReactPHP-cracks here: I opened a TCPServer on Port 12001. there'S a ...
Question for the ReactPHP-cracks here:
I opened a TCPServer on Port 12001. there'S a 'connection' and a 'data' event handler. When I connect to the port the `connection` one get's triggered. But whatever I send over the wire, the 'data'. handler is never triggered...
What am I doing wrong or what do I need to take care of?
Added complexity: ReactPHP runs inside a container (port is published and seems to be open as I can send data to it...
And hint (to channel?) appreciated...
#reactphp
I opened a TCPServer on Port 12001. there'S a 'connection' and a 'data' event handler. When I connect to the port the `connection` one get's triggered. But whatever I send over the wire, the 'data'. handler is never triggered...
What am I doing wrong or what do I need to take care of?
Added complexity: ReactPHP runs inside a container (port is published and seems to be open as I can send data to it...
And hint (to channel?) appreciated...
#reactphp