Change the client ui a little
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
~Service();
|
||||
grpc::ServerBidiReactor<chat::chatMsg, chat::chatMsg> *
|
||||
sendMsg(grpc::CallbackServerContext *context) override;
|
||||
void sendToAll(const chat::chatMsg &msg);
|
||||
void sendToAll(chat::chatMsg &msg);
|
||||
|
||||
private:
|
||||
std::map<std::string, ChatReactor *> m_clients;
|
||||
|
||||
Reference in New Issue
Block a user