public void Stop() { StopLoop(); _followableSystem.StopHandlingNotifications(); DisconnectChatClients(); }
public void Stop() { StopLoop(); _followableSystem.StopHandlingNotifications(); DisconnectChatClients(); //todo check if publish messages needs to be cleaned ? }
public async Task Stop() { _followableSystem.StopHandlingNotifications(); await DisconnectChatClients(); }