IvanCraft623 / RankSystem

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

Register Tag with libasynql #61

Closed GodzHardYT closed 10 months ago

GodzHardYT commented 11 months ago

I have a problem with registering a tag using libasynql being that obviously the function is asynchronous but the registration is not, how can I register it anyway?

IvanCraft623 commented 10 months ago

You need to cache the data, return the cached data in the tag, and you may want to use Session::updateNameTag() when your cached data is updated