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've thoroughly read the documentations about this problem but still have no answer.
I've searched the Github Issues/Discussions but didn't find any similar problems that have been solved.
I've searched the internet for this problem but didn't find anything helpful.
Questions with details
I have to implement persistent TCP connections from a client to a server for a usecase. The messages received on the connections will be protobuf encoded messages.
Would you have any example of the same? Or, would you be able to provide feedback on the following code?
I think you should go ahead and finish your program, then run some tests on it. If you find some issues during testing, then you can open GitHub issues here. It makes more sense to diagnose a program with more concrete details or issues. If you only want to ask some general questions, please go to our discord channel.
Actions I've taken before I'm here
Questions with details
I have to implement persistent TCP connections from a client to a server for a usecase. The messages received on the connections will be protobuf encoded messages.
Would you have any example of the same? Or, would you be able to provide feedback on the following code?
The example is created using a gnet example.
Code snippets (optional)
The text was updated successfully, but these errors were encountered: