You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In grpc java, we can find test examples like this one.
but it is not possible to directly use them in kotlin because there is no newBlockingStub method available.
It would be nice to have an example test in kotlin to follow.
The text was updated successfully, but these errors were encountered:
In grpc java, we can find test examples like this one.
but it is not possible to directly use them in kotlin because there is no
newBlockingStub
method available.It would be nice to have an example test in kotlin to follow.
The text was updated successfully, but these errors were encountered: