esp-request icon indicating copy to clipboard operation
esp-request copied to clipboard

websocket dont work;

Open ppibburr opened this issue 8 years ago • 0 comments

i add a return statement:

        if(req->valid_websocket) {
            xTaskCreate(req_websocket_task, "req_websocket_task", 2*1024, req, 5, NULL);
            return 0;
        }

and then it works

ppibburr avatar Nov 19 '17 11:11 ppibburr