Cycled Bot
Hello everyone! I have an issue receiving a direct message. When receiving... the bot is cycled repeating the function, this only happens when the bot receives a direct message, but not when receives a mention. I thought the problem is because of I was using an old version of Jbot, but even when I download the last release, I get the same issue. Do you know if something changed in the Slack API?
SS of a direct message:

SS of the direct mention:

The function is taken from the sample in the code:
@Controller(events = {EventType.DIRECT_MENTION, EventType.DIRECT_MESSAGE}) public void onReceiveDM(WebSocketSession session, Event event) { reply(session, event, "Hi, I am " + slackService.getCurrentUser().getName()); }
Thanks in advance
Hi! It also happens when I use it sometimes, any idea why?
Hi, After download the latest version of the code, the error stops happening.