-
-
Notifications
You must be signed in to change notification settings - Fork 100
Bug with TimeProvider (PING) #202
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I think there's a bug within the TimeProvider.updateWithPing().
I assume it's missing an "L" and casting wrong:
Corrent: long diff = ByteBuffer.wrap(pingPayload).getInt() * 1000L - System.currentTimeMillis();
instead of
Wrong: long diff = ByteBuffer.wrap(pingPayload).getInt() * 1000 - System.currentTimeMillis();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working