serverpod / serverpod

Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
BSD 3-Clause "New" or "Revised" License
2.3k stars 200 forks source link

Report websocket errors to stderr #2255

Closed lukehutch closed 2 days ago

lukehutch commented 2 weeks ago

Currently web socket errors are not reported to stderr in most cases (although in one strange case, they are reported and not caught by the caller: https://github.com/dart-lang/sdk/issues/55664 )

This PR prints websocket errs to stderr.

Solves #1679.

Pre-launch Checklist