We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df32de commit 558fe43Copy full SHA for 558fe43
release-notes.md
@@ -3,6 +3,9 @@ Version 1.3.1 (unreleased)
3
* Fixed zone ID calculation for non-uniform grids. See PR #2.
4
* Modified ZoneManager to automatically send "no-change" updates for
5
objects it is managing but didn't receive updates for. See PR #5
6
+ (Note: this could seem like a 'breaking change' to any apps relying
7
+ on objects to auto-expire in this way... just know that doing so was
8
+ leaving extra garbage around and so not really a solution.)
9
* Added a thread-safe BufferedHashSet for creating "one writer, many readers"
10
fast thread safe hash sets.
11
* Added a double-buffered thread safe active IDs set to the NetworkStateListener.
0 commit comments