Elektordi / obs-websocket-py

Python library to communicate with an obs-websocket server (for OBS Studio)
MIT License
235 stars 59 forks source link

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

Open G4PLS opened 3 months ago

G4PLS commented 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