Closed SarthakMakhija closed 7 months ago
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)