Closed jimirocks closed 4 years ago
The problem is probably
void sendInternal(final Command command) {
webSocketClient.send(command.getCommand());
// it can happen the response on command is received here
if (! KEEP_ALIVE.getCommand().equals(command.getCommand())) {
commands.add(command);
}
}
Accepted as known limitation #91