Add a way to disconnect RelayConsumer
without sending SIGINT
or SIGTERM
#284
Labels
RelayConsumer
without sending SIGINT
or SIGTERM
#284
I'd like to be able to disconnect without having to kill other stuff that runs in the same process and listens for the same signals. It's more convenient than having to run the
RelayConsumer
in its own process in some cases.It looks like there's a
protected
client
property with thedisconnect
method that might do the trick if it weren'tprotected
.The text was updated successfully, but these errors were encountered: