Exemple #1
0
 public void Disconnect()
 {
     if (_heartbeat.IsRunning)
     {
         _heartbeat.Stop();
     }
 }
Exemple #2
0
 public void Disconnect()
 {
     if (_heartbeat.IsRunning)
     {
         _heartbeat.Stop();
         _broker.SetClientId(null);
     }
 }