mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
the stream receiver can now be passed a threadsafe priorityQueue that it will add the packets to as they are received (note the priority queue passed should be initialized with a comparitor for "StreamPacket"s) #story[817]
This commit is contained in:
@@ -22,4 +22,8 @@ public class StreamPacket {
|
||||
StreamParser.extractBoatLocation(payload);
|
||||
}
|
||||
}
|
||||
|
||||
public long getTimeStamp() {
|
||||
return timeStamp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user