Closed njb-said closed 9 years ago
Apparently, bungee doesn't like Unirest because of it's use of threads. Will have to look into an alternative or disable Unirest when using bungee handler.
Solved, set the UUIDHandler to this: https://gist.github.com/njb-said/39e1b0fdebc18b02fc14 Runs the uuid queries async and keeps bungee happy.
Apparently, bungee doesn't like Unirest because of it's use of threads. Will have to look into an alternative or disable Unirest when using bungee handler.