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
Have 100ms block machines (4) and our SN nodes (https://github.com/nspcc-dev/neofs-node) are subscribed to some events. Once in a time we have panics and have it more than once, i would say even consistently.
Current Behavior
Create a client, subscribe, use it, panic.
Expected Behavior
Create a client, subscribe, use it, no panic.
Possible Solution
Not sure, i guess some slices (receivers and subscriptions) are not in sync.
Have 100ms block machines (4) and our SN nodes (https://github.com/nspcc-dev/neofs-node) are subscribed to some events. Once in a time we have panics and have it more than once, i would say even consistently.
Current Behavior
Create a client, subscribe, use it, panic.
Expected Behavior
Create a client, subscribe, use it, no panic.
Possible Solution
Not sure, i guess some slices (receivers and subscriptions) are not in sync.
Steps to Reproduce
Run SN, go 100ms block time, see panics.
Context
Regression
Not sure. Have never seen it but also have never tried the client on this short block time.
Your Environment
Neo-go was taken from this branch: #3508. Not a release but looks like some recent master.
The text was updated successfully, but these errors were encountered: