close

MonitorClient.close()

Close the SeedLink connection.

Note

Closing the connection is not threadsafe yet. Client code must ensure that run() and SeedLinkConnection.terminate() are not being called after the connection has been closed.

See the corresponding GitHub issue for details.