IvanCraft623 / RankSystem

An amazing Rank and Permissions Manager. The best ranks manager for PocketMine-MP.
Apache License 2.0
42 stars 16 forks source link

Implement a queue to sync session data #20

Closed IvanCraft623 closed 2 years ago

IvanCraft623 commented 2 years ago

Currently when making calls to the Session API would frequently cause data loss, as these calls can override data from other calls, the implementation of the queue fixes these problems.