Disconnect & Stop Connection

View as MarkdownOpen in Claude

Once a connection is no longer needed, developers should disconnect the session. This will terminate all ongoing requests through the class’s client_id. Connections through any other client ID or port will be unaffected.

disconnect_and_stop() app.disconnect_and_stop() The function call does not return after calling. As a result, None is automatically passed in the event the function is referenced.