- RuneMate Version: 2.14.0
- Affected Games:OSRS
- Code Used:
@Override
public void onMessageReceived(MessageEvent messageEvent) {Some boolean flags here}
After one of recent updates of runemate (I can't say exactly which one, a week ago or so), ChatListener thread randomly stops working. I was using it according to Cloud's guide, and it worked fine for me during last few month. But now it happens it stops. Bot continue to work, but it is not reacting to chat messages appeared, so i assume it randomly interrupt ChatListener thread. I can't reproduce it yet, cos it might happen during 4 hrs run, or might not happen as well. Pause-unpause won't help, only manually restart bot.
upd: I'm not using .stop or .interrupt methods in my code, and i'm sure it is listener stop working. Bot continue looping, but it is not reacting to chat messages. So i assume it is client related issue.
@Cloud