mirror of https://github.com/grpc/grpc-dart.git
ignore unreachable_switch_default in weird switch case (#737)
This commit is contained in:
parent
071ebc5f31
commit
f8bbdce629
|
@ -153,6 +153,7 @@ class _GrpcWebConversionSink implements ChunkedConversionSink<ByteBuffer> {
|
|||
case _GrpcWebParseState.message:
|
||||
_parseMessage(chunkData);
|
||||
break;
|
||||
// ignore: unreachable_switch_default
|
||||
default:
|
||||
// only expected to be hit when hot-restarting, see above
|
||||
break processingLoop;
|
||||
|
|
Loading…
Reference in New Issue