Commit c791fe7
authored
grpc: Fix onReady() listener delegation (KRPC-220) (#477)
Subsystem
gRPC/Native
Problem Description
Native gRPC server was only sending a single message during server side streaming.
Solution
The DeferredCallListener missed the onReady() implementation.
Signed-off-by: Johannes Zottele <[email protected]>1 parent 78da810 commit c791fe7
File tree
1 file changed
+1
-0
lines changed- grpc/grpc-core/src/nativeMain/kotlin/kotlinx/rpc/grpc/internal
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
0 commit comments