WIP
This commit is contained in:
@@ -44,7 +44,7 @@ export class PeerManager {
|
||||
messageSuperlog = false;
|
||||
watchdogInterval: ReturnType<typeof setTimeout> |null = null;
|
||||
reconnectTimer: number | null = null;
|
||||
peerStateSuperlog: boolean = false;
|
||||
peerStateSuperlog: boolean = true;
|
||||
|
||||
// async watchdog() {
|
||||
// // Check that we're connected to at least N peers. If not, reconnect to the bootstrap server.
|
||||
|
||||
Reference in New Issue
Block a user