Releases: bakwc/PySyncObj
Releases · bakwc/PySyncObj
v0.1.10
- Fixed major bug in protocol implementation (could lead to unconsistency; detected with random test)
- Fixed memory leak (Node and TcpConnection was not destroyed by garbage collector, because of del operation)
- Added onReady callback - it is called every time after process starts, as soon as SyncObj synced with other nodes (received latest version of all data)