Stability issue likely linked to zombie shards

Uncaught error may have been causing zombie shards and causing the stability issues. This should fix it hopefully.

Other issues related to the rewrite are being investigated
This commit is contained in:
NovaFox161
2020-08-08 04:26:06 -05:00
parent 34fbd5f314
commit a2224b0efb

View File

@@ -85,6 +85,7 @@ public class MessageCreateListener {
.log(LogObject.forException("Error Handling message event",
event.getMessage().getContent(), e, MessageCreateListener.class)
)
).then();
).onErrorResume(e -> Mono.empty())
.then();
}
}