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

Print streaming message handler exceptions to console #2253

Closed lukehutch closed 1 week ago

lukehutch commented 2 weeks ago

Fixes #2188.

Reports exceptions in the streaming message handler the same way that exceptions are reported in the endpoint handler.

Pre-launch Checklist

lukehutch commented 2 weeks ago

I think this should print the exception that is thrown in that case, but I'm not certain, I don't have any time at all to test it right now.