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
The Channel objects look like they stay in Runtime::channels::channels even if all readers and writers to the channel have closed, and so Channels will only be dropped at end-of-day when the Runtime is dropped.
The text was updated successfully, but these errors were encountered:
The
Channel
objects look like they stay inRuntime::channels::channels
even if all readers and writers to the channel have closed, and soChannel
s will only be dropped at end-of-day when theRuntime
is dropped.The text was updated successfully, but these errors were encountered: