fn disconnect(py: Python<'_>, recording: Option<&PyRecordingStream>)
Expand description
Disconnect from remote server (if any).
Subsequent log messages will be buffered and either sent on the next call to connect
,
or shown with show
.
fn disconnect(py: Python<'_>, recording: Option<&PyRecordingStream>)
Disconnect from remote server (if any).
Subsequent log messages will be buffered and either sent on the next call to connect
,
or shown with show
.