Skip to content

Commit

Permalink
Update PacketSubscriber.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 6, 2024
1 parent 9bc7316 commit 380bb2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private PacketResult<T> parse(byte[] data, long timestamp) {
* default
*/
public PacketResult<T> get() {

// Get /all/ changes since last call to readQueue
var data = subscriber.getAtomic();

Expand Down

0 comments on commit 380bb2a

Please sign in to comment.