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
Do you have an example we can use to reproduce this?
I checked tests and this assert is quite well tested so I'm not sure what's wrong, any help to narrow it down would be appreciated!
I was hitting it consistently for some time and now it's gone.
I'll try to find a case where it is reproducing consistently and show you how to reproduce it. I think it was related to publishing messages before reader started to read them.
Hi @pistolero I just wanted to check-in if you ran into this again?
I have a theory on what can happen, and would like to check if this is similar to what you did.
If you at a higher priority use try_send and at the same time use send at a lower priority I think the free queue can become inconsistent if hit just right.
I've not been able to reproduce it in tests though...
Were you doing something similar to this? I've tested extensively with different dropping/forgetting of the receiver and were unfortunately not able to reproduce :(
I think it was happening when queue was full, I had a software thread which was posting data to queue periodically and this assertion was failing when receiver of the queue were blocked (there were no Ethernet connection).
I've tried checking the code myself, but it is not trivial, so any help would be appreciated
The text was updated successfully, but these errors were encountered: