Nadav Samet
Nadav Samet
Hi @regiskuckaertz , thanks for bringing this up. I'll be open to a PR which would rebase the existing #152 PR or an entirely new one if a simpler/better approach...
We have a snapshot for each commit at https://oss.sonatype.org/content/repositories/snapshots/com/thesamet/scalapb/zio-grpc/ . Can you try it out before we cut a release? For configuring, I suggest for now a JVM system property...
You're right! Snapshots were only being built for the `master` branch. I've changed `release.yml` on 0.5.x so it gets snapshots too. The latest snapshot containing your change is `0.5.2+4-ef57448d-SNAPSHOT`.
Prefer with having the setting available on the release, so we have a way to have users reconfigure in case something comes up for them. Is behavior close to the...
Thanks for sending. I've released v0.5.3 with the PR merged. I've also published this page https://scalapb.github.io/zio-grpc/docs/backpressure - would appreciate if you can give it a quick read (it's super short)...
> @thesamet I think I fixed it [here](https://github.com/scalapb/zio-grpc/blob/master/core/src/main/scalajvm/scalapb/zio_grpc/ZChannel.scala#L53) after all or is there another one you were thinking about? I ran the suite many times with no failure in sight....
I spoke too soon: https://github.com/scalapb/zio-grpc/actions/runs/3456300753/jobs/5768932356#step:6:147
Latest 0.6.0-test has no known issues. It's the right time to try it out in your production environment and provide feedback if any so we have more signal. If you...
The only problem it causes is deprecation warnings, which I can suppress until this is cleaned up.
> Do you have a pointer on how deprecation warnings can be suppressed in Bazel? I currently don't use bazel, the comment was referring to a Scala build in SBT...