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