Ensure that all ReceivePorts in pub are closed when they're finished #699
Labels
closed-stale
Closed as the issue or PR is assumed stale
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#14724
Isolate ReceivePorts are no longer automatically garbage collected, so we need to be sure we're closing them properly so we don't leak memory.
The text was updated successfully, but these errors were encountered: