StreamServer.onError shall catch all uncaught errors
Closed this issue · 1 comments
tomyeh commented
StreamServer shall start the server with runZoned to catch all uncaught errors and forward to StreamServer.onError for handling.
tomyeh commented
Ready in 1.1.1
Note: ironically, because of Dart issue 17468, using runZoned is not stable yet until it was fixed.