You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rubin Raithel edited this page Oct 5, 2019
·
1 revision
How can I disconnect from the DMXServer?
This is actually very straight forward, just use .close()
dmxClient.close(verbose=False)
The 'verbose' argument controlls the verbose output of the function.
Keep in mind that this will not cause the DMXServer to stop if it was started with the '-s' parameter