You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidsendInternal(finalCommandcommand) {
webSocketClient.send(command.getCommand());
// it can happen the response on command is received hereif (! KEEP_ALIVE.getCommand().equals(command.getCommand())) {
commands.add(command);
}
}
The text was updated successfully, but these errors were encountered: