Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove queued HTTP handler registration
websocketpp's socket handlers run at ultra-high priority which means they can beat registration of HTTP endpoints because they are queued via low priority. No real reason needed to queue up registration of handlers at this point so just remove this queue
- Loading branch information