-
-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1462 Move threading check in HTTP server to start/stop methods.
When using the flecs_explorer_request hook from wasm with FLECS_NO_OS_API_IMPL set, the leack of threading support prevents the http server from being created. We dont need lock support if we don't plan to actually launch the resulting server, so move the check that we have that support to starting/stopping the server.
- Loading branch information
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters