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
During testing to find out the amount of data I can transfer via the HTTP dataplane, I discovered that when transferring 1Gb, 4-6 Gb was received on consumer side.
Describe the Bug
When the data is too large and hence the transfer method takes a very long time, the process remains in the RECEIVED state when the performLogic is run again in the StateMachineManager.
I also found out some issues with this design, I think this should be fixed by changing the state from RECEIVED to STARTED so then the data flow won't get picked up by the state machine again
Bug Report
During testing to find out the amount of data I can transfer via the HTTP dataplane, I discovered that when transferring 1Gb, 4-6 Gb was received on consumer side.
Describe the Bug
When the data is too large and hence the transfer method takes a very long time, the process remains in the RECEIVED state when the performLogic is run again in the
StateMachineManager
.Expected Behavior
The same transferprocess should'nt be startet multiple times.
Steps to Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: