Bilfeldt
Bilfeldt
No worries @Sammyjo20 - I will try if I can get this polished off then. Are you already using this in production using a fork? If so, have you encountered...
@Sammyjo20 I already did the changes for the array driver which is the last missing piece. It is laying here waiting for your approval (as I was unable to push...
Hi @Sammyjo20 👋 > absolutely love this package - great work on it! Thanks so much 🙏 > We're currently running into an issue where because every request is written...
No worries at all @Sammyjo20 :) Just to be clear, that query is being executed *after* the response has been returned to the user right?
> No, the middleware isn't terminatable - so it'll be part of the request - this is why it's being picked up in the request lifecycle The middleware is only...
Yes the listener is not queued (and cannot be, because of the serialization issue I mentioned). I might have misunderstood the `RequestHandled` event. I was almost certain it fired **after**...
Sorry @Sammyjo20 had not seen your answer when I posted above. So we agree that my original postulate was **wrong** and that the event `RequestHandled` is fired **before** the response...
> I'm currently working off a fork and I will see if it works - just installing it locally - the PR will be a little crude without testing but...
I personally vote for combining option 1 and 2 btw 👍
Good idea. Yes a PR would be much appriciated.