The disconnect method for the messaging errors if called when it is already disconnected. Instead it should do nothing. To avoid this causing issues the stop method in service handler has had a if statement added to it to check if its connected before trying to disconnect it, but this should be able to be taken back out.
The disconnect method for the messaging errors if called when it is already disconnected. Instead it should do nothing. To avoid this causing issues the
stop
method in service handler has had a if statement added to it to check if its connected before trying to disconnect it, but this should be able to be taken back out.