We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7d758a + 6a40fa2 commit 2c5fab9Copy full SHA for 2c5fab9
ipv8/src/main/java/nl/tudelft/ipv8/Community.kt
@@ -73,7 +73,7 @@ abstract class Community : Overlay {
73
network.blacklist.addAll(DEFAULT_ADDRESSES)
74
75
job = SupervisorJob()
76
- scope = CoroutineScope(Dispatchers.Main + job)
+ scope = CoroutineScope(Dispatchers.Default + job)
77
78
if (evaProtocolEnabled)
79
evaProtocol = EVAProtocol(this, scope)
0 commit comments