Open nvcken opened 5 years ago
Please note that this is a very basic chat. A client (chat_client) that talks to the server (chat_server) can either 1) start a session or 2) join a session. When the client starts a session, a 'session_id' is assigned to the client. Any other client (other instances of chat_client) can join the same session using this 'session_id'.
If two people add a session, a crash will occur when one closes the client and the other continues to chat
Could you pls elaborate how clients chat together via gRPC server ?