marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Apache License 2.0
494 stars 28 forks source link

Bidi flowcontrol bugfix and back pressure tests #47

Closed marcoferrer closed 5 years ago

marcoferrer commented 5 years ago

Disable auto inbound flow control for inbound client and server call streams.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@fff5835). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop      #47   +/-   ##
==========================================
  Coverage           ?   88.88%           
  Complexity         ?       19           
==========================================
  Files              ?       15           
  Lines              ?      279           
  Branches           ?       37           
==========================================
  Hits               ?      248           
  Misses             ?       13           
  Partials           ?       18
Impacted Files Coverage Δ Complexity Δ
...oferrer/krotoplus/coroutines/server/ServerCalls.kt 86.25% <100%> (ø) 0 <0> (?)
...otoplus/coroutines/client/ClientBidiCallChannel.kt 100% <100%> (ø) 0 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fff5835...7d82bce. Read the comment docs.