IO events should support multiple listeners #4202
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
Currently all events in dart:io only support a single callback. This is very troublesome if one client wants to listen for e.g. a stream closing and then pass that stream up to a higher-level client.
See also issue #1873.
The text was updated successfully, but these errors were encountered: