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
my applcation bases on memberlist. right now I am using SendReliable api to exchange data between nodes.
right now I want to use grpc for my application. I know memberlist use one port for both (tcp/udp). Is it feasible to reuse the port my my grpc service?
thank you very much!
The text was updated successfully, but these errors were encountered:
as memberlist process data/messsage based on the connection to make sure gossip functionality and seems only supply connection-oriented api , but grpc use method call by hidding the network connection.
how can I reuse the port but dont break memberlist itself functionality?
my applcation bases on memberlist. right now I am using SendReliable api to exchange data between nodes.
right now I want to use grpc for my application. I know memberlist use one port for both (tcp/udp). Is it feasible to reuse the port my my grpc service?
thank you very much!
The text was updated successfully, but these errors were encountered: