Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FILE-601 Receiver does not reports events #332

Merged
merged 3 commits into from
May 22, 2024

Conversation

matszczygiel
Copy link
Contributor

All the server's HandlerLoop implementations were firing FileEventTx::pause() in a spawned tokio task. I assume that spawning tokio task took a lot of time for a transfer with multiple big files and a new connection was started before it finished. Thus blocking events for the next transfer.

@matszczygiel matszczygiel requested a review from a team as a code owner May 21, 2024 11:48
@matszczygiel matszczygiel force-pushed the msz/FILE-601-receiver-does-not-reports-events branch from 8ca79b2 to c53a4dc Compare May 22, 2024 06:04
drop-transfer/src/ws/server/v4.rs Outdated Show resolved Hide resolved
drop-transfer/src/ws/server/v6.rs Outdated Show resolved Hide resolved
test/scenarios.py Outdated Show resolved Hide resolved
test/scenarios.py Outdated Show resolved Hide resolved
test/scenarios.py Show resolved Hide resolved
test/scenarios.py Show resolved Hide resolved
… the sender side

Signed-off-by: Mateusz Szczygieł <mateusz.szczygiel@nordsec.com>
…ion loop

Signed-off-by: Mateusz Szczygieł <mateusz.szczygiel@nordsec.com>
Signed-off-by: Mateusz Szczygieł <mateusz.szczygiel@nordsec.com>
@matszczygiel matszczygiel force-pushed the msz/FILE-601-receiver-does-not-reports-events branch from c53a4dc to d7deace Compare May 22, 2024 06:22
@matszczygiel matszczygiel merged commit b1e9f40 into main May 22, 2024
7 checks passed
@matszczygiel matszczygiel deleted the msz/FILE-601-receiver-does-not-reports-events branch May 22, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants