NiklasEi/gamebox

Check the module API async

Closed this issue · 1 comments

The module lookup should not block the server on startup.

I double-checked all facade functions and they are only used in async tasks. The blocked main threads should not be due to GameBox API calls.

This leaves #61