audiokinetic / waapi-client-python

Decoupled autobahn WAMP client with support for plain options and bindable subscription callbacks
Apache License 2.0
41 stars 6 forks source link

Add timeout parameter to WaapiClient constructor. #12

Open BoubQC opened 1 year ago

BoubQC commented 1 year ago

It would be nice to have a timeout parameter when instancing WaapiClient. This way if it couldn't connect because wwise waapi wasn't running for any reason it would result in an exception or...