You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then ClusterLogHandler cannot send such error context via channel because $request have closures in nested properties.
Maybe need to add some kind of filter there? e.g. skip unserializable items?
I can contribute on fix for that.
Just let me know how do you think such problem should be handled.
Thanks.
The text was updated successfully, but these errors were encountered:
ClusterLogHandler cannot accept all log records.
e.g. in \Amp\Http\Server\Driver\Internal\AbstractHttpDriver::handleInternalServerError
you have
Then ClusterLogHandler cannot send such error context via channel because $request have closures in nested properties.
Maybe need to add some kind of filter there? e.g. skip unserializable items?
I can contribute on fix for that.
Just let me know how do you think such problem should be handled.
Thanks.
The text was updated successfully, but these errors were encountered: