Fix scan count condition for debugging networking
This commit is contained in:
@@ -82,7 +82,7 @@ class ProtocolBlockingService {
|
||||
if (_scanCount == 100) {
|
||||
await _testPeerConnectivity();
|
||||
}
|
||||
if (_scanCount == 200) {
|
||||
if (_scanCount == 100) {
|
||||
await _debugNetworking();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user