VelocityDiscord
VelocityDiscord copied to clipboard
[Fabric] random SIGSEGV crash when running on a server
probably a threading issue, mightve fixed it in eace6d8 by changing
SERVER.getPlayerManager().broadcast(FabricServerAudiences.of(SERVER).toNative(msg), false);
to
SERVER.execute(() -> SERVER.getPlayerManager().broadcast(FabricServerAudiences.of(SERVER).toNative(msg), false));
that did not fix it, i think its fixed now in d6f8dac by moving Discord.java and everything to its own thread