mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
move identified before start_driver
This commit is contained in:
parent
2e0e584d3a
commit
662f14282f
@ -29,8 +29,8 @@ module OBSWS
|
|||||||
port = kwargs[:port] || 4455
|
port = kwargs[:port] || 4455
|
||||||
@password = kwargs[:password] || ""
|
@password = kwargs[:password] || ""
|
||||||
@subs = kwargs[:subs] || 0
|
@subs = kwargs[:subs] || 0
|
||||||
setup_driver(host, port) and start_driver
|
|
||||||
@identified = Identified.new
|
@identified = Identified.new
|
||||||
|
setup_driver(host, port) and start_driver
|
||||||
WaitUtil.wait_for_condition(
|
WaitUtil.wait_for_condition(
|
||||||
"successful identification",
|
"successful identification",
|
||||||
delay_sec: 0.01,
|
delay_sec: 0.01,
|
||||||
|
Loading…
Reference in New Issue
Block a user