16.10.2025, 10:11
If you need multiple websockets then create a separate script for every connection. A user library can be helpful to avoid copy/pasting the same code.
timeout error can be ignored, it simply means that there's no data to be read at this moment. You can increase the timeout value if the data is guaranteed to be sent at least once every X seconds.
timeout error can be ignored, it simply means that there's no data to be read at this moment. You can increase the timeout value if the data is guaranteed to be sent at least once every X seconds.