You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package:grpc uses StreamController.addError and Completer.completeError in a number of places without providing a stack trace. This makes it difficult to debug GrpcErrors.
Seems likely from the description. Let's see if it's something we want to land, and won't break too many fragile tests. For now it seems to work at least.
package:grpc
usesStreamController.addError
andCompleter.completeError
in a number of places without providing a stack trace. This makes it difficult to debugGrpcError
s.Repro steps
git clone https://github.com/grpc/grpc-dart
example/helloworld
bin/server.dart
bin/client.dart
Expected result: Error thrown by
package:grcp
includes stack trace.Actual result: Stack trace is empty:
The text was updated successfully, but these errors were encountered: