Skip to content

Commit

Permalink
Fixing connection reuse in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Nov 3, 2018
1 parent 19e5813 commit 2f11980
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public async Task DisconnectAll()
await connection.Value.MqttConnection.StopAsync().ConfigureAwait(false);
connection.Value.MqttConnection.Dispose();
}
_mqttConnections.Clear();
}

private class MqttConnectionEntry
Expand Down

0 comments on commit 2f11980

Please sign in to comment.