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
Is anybody of you using EventStream SSE of Rocket and has seen any inexplicable outputs??!!
If you can give some hints see here... rocket-org#5
Description
While the test response::stream::sse::sse_tests::test_heartbeat is repeated multiple times in the test garnish and has been always successful, I got now one time an assertion failed.
Is anybody of you using EventStream SSE of Rocket and has seen any inexplicable outputs??!!
The result of the test looks like a memory corruption or a race in setting memory boundaries:
Is anybody of you using EventStream SSE of Rocket and has seen any inexplicable outputs??!!
If you can give some hints see here...
rocket-org#5
Description
While the test
response::stream::sse::sse_tests::test_heartbeat
is repeated multiple times in the test garnish and has been always successful, I got now one time an assertion failed.Is anybody of you using EventStream SSE of Rocket and has seen any inexplicable outputs??!!
The result of the test looks like a memory corruption or a race in setting memory boundaries:
https://github.com/kolbma/Rocket/blob/e365ab9ba423cf90864749318b548731ee9dc8d3/core/lib/src/response/stream/sse.rs#L792-L795
The text was updated successfully, but these errors were encountered: