Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chkr1011/MQTTnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Mar 10, 2019
2 parents 007991f + 532ddde commit 67c9177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MQTTnet/Server/MqttServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ public async Task StopAsync()
{
return;
}

_cancellationTokenSource.Cancel(false);

_clientSessionsManager.Stop();

_cancellationTokenSource.Cancel(false);

foreach (var adapter in _adapters)
{
Expand Down

0 comments on commit 67c9177

Please sign in to comment.