obs-websocket-py icon indicating copy to clipboard operation
obs-websocket-py copied to clipboard

Fix(core): Added the timout to the connection of the actual WebSocket

Open G4PLS opened this issue 1 year ago • 0 comments

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

G4PLS avatar Jul 28 '24 17:07 G4PLS