jeakfrw / jeak-framework

Modern plugin framework for TeamSpeak 3 servers – in Java.
https://jeakfrw.github.io
MIT License
10 stars 4 forks source link

[🚧] Nonexistent channelId causes channeltextmessage notification to abort #262

Closed MarkL4YG closed 3 years ago

MarkL4YG commented 3 years ago

When receiving notifytextmessage events of type channel, it apparently is possible for the channel id to be unset on the event 🤔
We should investigate and capture this exception.

This might be related to the default channel OR the fact that only messages from the current channel can be received.