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
Problem: RegisteredSub.Next may block indefinitely, even if the context of the underlying subscription is closed. It seems like the underlying go-ethereum subscription does not respect its context.
The text was updated successfully, but these errors were encountered:
Location: backend/ethereum/channel/subscription.go
Problem:
RegisteredSub.Next
may block indefinitely, even if the context of the underlying subscription is closed. It seems like the underlying go-ethereum subscription does not respect its context.The text was updated successfully, but these errors were encountered: