rikulo/stream

StreamServer.onError shall catch all uncaught errors

Closed this issue · 1 comments

StreamServer shall start the server with runZoned to catch all uncaught errors and forward to StreamServer.onError for handling.

Ready in 1.1.1

Note: ironically, because of Dart issue 17468, using runZoned is not stable yet until it was fixed.