MC-API / Issues

Public issue tracker for mc-api.net
https://mc-api.net
2 stars 0 forks source link

Bungee Security Manager #8

Closed njb-said closed 9 years ago

njb-said commented 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.

njb-said commented 9 years ago

Solved, set the UUIDHandler to this: https://gist.github.com/njb-said/39e1b0fdebc18b02fc14 Runs the uuid queries async and keeps bungee happy.