obs-websocket-py
obs-websocket-py copied to clipboard
Fix(core): Added the timout to the connection of the actual WebSocket
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