Zach Hoeken
Zach Hoeken
Okay yep I see how it works and yeah you should definitely be able to modify the event source stuff to do this. Send that first set of headers in...
Hey all, just wanted to say that I like what I see here and when you are ready to merge this in just let me know. I don't have any...
Will do. On Mon, Feb 26, 2024, 21:09 Pham Viet Dzung ***@***.***> wrote: > @hoeken You should merge this, I am planing > to replace ESPAsyncWebServer. > > — >...
Merged this as part of pull request by @dzungpv Thanks again for your contribution.
Okay, I was afraid of something like this when you mentioned deferred requests. As it is right now, I don't think its really feasible to do that with PsychicHttp. The...
Okay I dug through the esp-idf stuff under the hood, and as long as you return ESP_OK it isn't destroying that socket. So theoretically you *should* be able to process...
I'm closing all these old issues. Please re-open it if needed.
I really need to make a v1.1 release. Sorry I've been slacking. Use git for now plz. On Fri, Mar 8, 2024, 00:30 DrRandom ***@***.***> wrote: > It is supported...
You could also extend the PsychicResponse class and add the custom stuff if you have a lot of handlers. On Tue, May 28, 2024, 16:54 staviq ***@***.***> wrote: > I...