Реализация звонков на сервере #15
@@ -237,7 +237,7 @@ public class Server extends WebSocketServer {
|
|||||||
client.disconnect(ServerFailures.INACTIVITY_TIMEOUT);
|
client.disconnect(ServerFailures.INACTIVITY_TIMEOUT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, this.settings.heartbeatInterval, this.settings.heartbeatInterval, TimeUnit.MILLISECONDS);
|
}, this.settings.heartbeatInterval, this.settings.heartbeatInterval, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user