Hello. When accidentally written as: ```C++ uWS::App app = uWS::App(); ``` The server freezes on input connections. When written as: ```C++ uWS::App app; ``` Everything works correctly. Perhaps the App object shouldn't be moveable or something?
Hello. When accidentally written as:
The server freezes on input connections. When written as:
Everything works correctly.
Perhaps the App object shouldn't be moveable or something?