Commit f19593a
committed
fix: add setMessageCompression(boolean) override to InProcessServerStream and InProcessClientStream
Both classes implement Stream interface which requires setMessageCompression(boolean).
Previously only setMessageCompression(boolean, String) was implemented.
Fixes compilation errors in grpc-inprocess module.1 parent 4236cab commit f19593a
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
951 | 956 | | |
952 | 957 | | |
953 | 958 | | |
| |||
0 commit comments