Exemplo n.º 1
0
        public void Stop()
        {
            StopLoop();

            _followableSystem.StopHandlingNotifications();

            DisconnectChatClients();
        }
Exemplo n.º 2
0
        public void Stop()
        {
            StopLoop();

            _followableSystem.StopHandlingNotifications();

            DisconnectChatClients();

            //todo check if publish messages needs to be cleaned ?
        }
Exemplo n.º 3
0
        public async Task Stop()
        {
            _followableSystem.StopHandlingNotifications();

            await DisconnectChatClients();
        }