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
I am new to hyperium/tonic. We are using tonic in our code to create a grpc channel.
Now, for scale testing, we want to plug this into a simulator. The simulator code is in C and it relies on polling on the underlying tcp socket. How can i retrieve the socket FD for the corresponding grpc channel?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am new to hyperium/tonic. We are using tonic in our code to create a grpc channel.
Now, for scale testing, we want to plug this into a simulator. The simulator code is in C and it relies on polling on the underlying tcp socket. How can i retrieve the socket FD for the corresponding grpc channel?
regards!
Beta Was this translation helpful? Give feedback.
All reactions