Streaming UnsubscribeAsync timeout on deactivate #6161
Labels
area-streaming
Category for Orleans streaming issues
enhancement
Needs: investigation 🔍
Issue that needs investigation
Milestone
We have been experiencing several timeouts in SMS and now im trying to do some changes to help it improve (or try understand from where); and now it seems that when we call
UnsubscribeAsync
there's a great chance that it hangs, currently its onOnDeactivateAsync
but I will test even furtherThis is the error thrown after timeout's
Basically its hanging in the await of the breakpoint - i had tried several different options like manual loops instead of
Select
, or so but still same issueIt should work doing
UnsubscribeAsync
onOnDeactivateAsync
Using Orleans: 2.3.5 (tried also with 2.4.4)
Running on Windows 10 (local)
NOTE: all code is open source but i have a branch on SignalR.Orleans, and the issue is inside Signalr.Orleans, and we have a "sample" app which consumes it - if really needed i can write a small guide exactly how to setup
update:
DeactivateOnIdle
The text was updated successfully, but these errors were encountered: