bluesky_queueserver.ReceiveConsoleOutputAsync.stop
- ReceiveConsoleOutputAsync.stop(*, unsubscribe=True)[source]
Stop collection of messages published by RE Manager. Call to
stop
method unsubscribes the client from 0MQ topic, therefore all the messages published until collection is started are ignored. The function MUST be called from the event loop.- Parameters:
- unsubscribe: boolean (optional)
Unsubscribe the socket if
True
(default), otherwise leave the socket subscribed.