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
The grpc package has been deprecated. I don't know what causes this problem, and at this point I don't think we're going to put in work to fix it. We recommend using @grpc/grpc-js instead. Do you experience the same problem with that library?
It looks like the fix for this bug in grpc is in #1786, and the corresponding fix for @grpc/grpc-js is in #1787, which has been published in version 1.3.2.
Problem description
Client callback and event on('data') not fired when provide async function callback to client method
Reproduction steps
For example, we have that call:
This will print in our console
Got response!
But if we add async declaration:
This cause infinite loading, and callback will never prints.
Environment
The text was updated successfully, but these errors were encountered: