diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-09 00:38:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-09 00:38:45 +0500 |
| commit | 11d76c7ade400b36af5cac71b4247280537f261b (patch) | |
| tree | c742c83b5190e4d1f32ad39f6a9151b59f50a644 | |
| parent | 54e2744e3135f0eab9c9ec1e2cb84d831233df68 (diff) | |
upd: idk the difference but this method doesnt block other threads
| -rw-r--r-- | src/irc/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/client.cpp b/src/irc/client.cpp index e318bf0..eac41d5 100644 --- a/src/irc/client.cpp +++ b/src/irc/client.cpp @@ -106,7 +106,7 @@ void Client::run() { } }); - this->websocket.run(); + this->websocket.start(); } void Client::say(const std::string &channel_login, const std::string &message) { |
