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
There's a memory leak in ns_input_stream_test.dart, but it's not reproducible in real apps. @brianquinlan has verified that DartInputStreamAdapter is correctly cleaned up in a flutter app. I've verified that the inputStream variable in both tests is being GC'd. So there's just an extra retain floating around in the test infrastructure that we haven't been able to track down.
The text was updated successfully, but these errors were encountered:
There's a memory leak in ns_input_stream_test.dart, but it's not reproducible in real apps. @brianquinlan has verified that
DartInputStreamAdapter
is correctly cleaned up in a flutter app. I've verified that theinputStream
variable in both tests is being GC'd. So there's just an extra retain floating around in the test infrastructure that we haven't been able to track down.The text was updated successfully, but these errors were encountered: