refactor: Fix a bunch of minor things (#5094)
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
websocketpp::close::status::value code =
|
||||
websocketpp::close::status::normal);
|
||||
|
||||
bool listen(PubSubListenMessage msg);
|
||||
bool listen(const PubSubListenMessage &msg);
|
||||
UnlistenPrefixResponse unlistenPrefix(const QString &prefix);
|
||||
|
||||
void handleListenResponse(const PubSubMessage &message);
|
||||
|
||||
Reference in New Issue
Block a user