Open G4PLS opened 3 months ago
When using some IP Addresses (Example: 192.0.0.1) it would get stuck when calling connect() and not raise any error. This is fixed by using the passed timeout to also apply when connecting by passing it into the actual WebSocket
connect()
When using some IP Addresses (Example: 192.0.0.1) it would get stuck when calling
connect()
and not raise any error. This is fixed by using the passed timeout to also apply when connecting by passing it into the actual WebSocket