Wiktor Zając

Results 2 issues of Wiktor Zając

grpc package version: 3.1.0 When I create a gRPC call inside `try catch` block, it randomly can not close the channel and blocks the entire application. ```dart final channel =...

type-bug

### Steps to reproduce Set JAVA_HOME to incorrect path, e.g. ``` export JAVA_HOME="foo/bar/foobar" export PATH=$JAVA_HOME/bin:$PATH ``` run `patrol test -t [sample_test].dart` ### Actual results Throws an error ( as it...

bug