Skip to content

Closing the connection

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

Clone this wiki locally