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
[wire] Localbus.SubscribeClient the close(recv.exists) statement.
Problem
Code panics when it is called twice with the same address.
AFAIK the local bus was only intended for testing and not production usage, so some edge-cases which are not needed for testing were omitted.
Proposal
Return an error instead and add a test+race test.
The text was updated successfully, but these errors were encountered:
Location
[wire] Localbus.SubscribeClient
theclose(recv.exists)
statement.Problem
Code panics when it is called twice with the same address.
AFAIK the local bus was only intended for testing and not production usage, so some edge-cases which are not needed for testing were omitted.
Proposal
Return an error instead and add a test+race test.
The text was updated successfully, but these errors were encountered: