Cybertyc
Cybertyc
> You compile the examples by hitting "make". But its not inside example, its inside my program.
The issue has been resolved using this: ``` #include struct UserData { }; int main() { uWS::App().ws("/*", { /* Settings */ .compression = uWS::SHARED_COMPRESSOR, .maxPayloadLength = 16 * 1024, .idleTimeout...
CPU: Intel Core i7-10700F GPU: GeForce RTX 3070 OS: Ubuntu 24.04.1 LTS I was unable to reproduce the issue with minimal code, it only stops working with my huge dataset....