Zach Hoeken

Results 116 comments of Zach Hoeken

Working through old issues here. Have you tried the suggestions? The do() loop was so that it could attempt to resend if there was a timeout error. It might be...

@hitecSmartHome i just pushed a pretty major rewrite to v2-dev which will hopefully fix this. commit 376dfb22292137adabaaa6f80bb97466621964a1

@hitecSmartHome v2-dev branch ran overnight for me, sending 40msg/sec to 2 clients. no problems so far. if you could please test against this branch and report back, i'd really appreciate...

Is this with 1.2.1 or v2-dev? On Wed, Aug 21, 2024, 19:03 HITEC ***@***.***> wrote: > Okay, it crashes. > > PC: 0x401ca4f7 > EXCVADDR: 0x0002542c > > Decoding stack...

@hitecSmartHome It might be because you are the only one using this in production or stress testing it like this. We'll get it sorted though. Can you confirm if you...

Having typed this all out, I'm leaning more towards option 3 as an approach and not adding any extra callbacks or definitions. you can either get the response object from...

@hitecSmartHome great, that is more or less exactly what i'm thinking. @mathieucarbou is there any reason that we need to differentiate between filters and middleware? from what i can tell,...

@mathieucarbou headers + uri query params are automatically parsed in the request object. it is only for POST form data that you need to call loadParams() as the request body...

@hitecSmartHome i'm going to convert everything under the hood to the new middleware style system. i'll keep the old filter stuff around for compatability, possibly with some depreciated preprocessor stuff....

Here's my todo list / game plan for implementing middleware: https://github.com/hoeken/PsychicHttp/blob/v2-dev/middleware.md