Comment out isolatePeers call for non-MacOS platforms
This commit is contained in:
@@ -53,7 +53,7 @@ void main() async {
|
|||||||
initHeartbeat();
|
initHeartbeat();
|
||||||
|
|
||||||
if (!Platform.isMacOS) {
|
if (!Platform.isMacOS) {
|
||||||
await ServerService.isolatePeers();
|
// await ServerService.isolatePeers();
|
||||||
}
|
}
|
||||||
|
|
||||||
Router app = Router();
|
Router app = Router();
|
||||||
|
|||||||
Reference in New Issue
Block a user