Asynchronous offline player lookup #21

Merged
Phoenix616 merged 8 commits from master into master 2015-05-27 01:09:41 -04:00
Phoenix616 commented 2015-05-26 20:24:28 -04:00 (Migrated from github.com)

By doing the player lookup in it's own, asynchronous thread we don't lock up the main thread (and crash the server) anymore when we want to find one offline player from a couple thousand other ones.

Also some minor fixes (like protecting and crossworld checks for enderchests) and the files for the new nms version.

I think that the offline player lookup was somehow inspired by @Jikoo's fork but I am not sure about the similarities in the end result anymore.

By doing the player lookup in it's own, asynchronous thread we don't lock up the main thread (and crash the server) anymore when we want to find one offline player from a couple thousand other ones. Also some minor fixes (like protecting and crossworld checks for enderchests) and the files for the new nms version. I think that the offline player lookup was somehow inspired by @Jikoo's fork but I am not sure about the similarities in the end result anymore.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minster586/OpenInv#21
No description provided.