Fix buffered service issue #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using a buffered Service Layer seems to be causing a bug in receiving requests
TL;DR: I think you can close this issue
I was not able to test the "buffer" middleware on Aerogramme as introducing the ServiceBuilder was breaking my types in too many places in the code.
However, I did some tests based on your example.rs file, both on an old commit (from May 13th) and a recent one (
ce339cf89b
) I patched with:I was able to reproduce the bug on the old commit (the request was not processed). At the same time, I was not able to reproduce the bug on the recent commit, and I tried multiple buffer size. So, I am strongly convinced that the bug is fixed.