Open zerojano opened 2 years ago
Please give us more details about your environment (PHP version, how do you run the script, etc). I didn't notice this kind of problem in my app.
We are currently using Apache and PHP 7.0 on the server (Debian), the RATCHET script is running as a daemon (service) on the server, we were forced to use a proxy in Apache to use the SSL port. On the sensor, we send information in real time from an RPI equipment using the Tornado framework (Python). As mentioned above, at first it works very well, but then it loses the connection, I understand that the python script should resume the connection with the server
Hi friends,
I am testing a data flow from a Rasberry sensor with Python script sending information via WSS tunnel in server (Apache) with PHP Ratchet. I have the script running with a daemon on the server ... but it works fine only the first few minutes, then it stops working. I guess I have a problem with persistence ...
Do you know if I should add something else in the server script? Ratchet does not serve me for that ?.
Greetings to all!v