diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-09 21:21:29 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-07-09 21:21:29 -0400 |
commit | aaa219ce27561bfe060bee5a4eaba0326bc50412 (patch) | |
tree | 3595c0c4001863f4acc02d758b7b5b1d27e2153c /src/remoteauth/remoteauthclient.hpp | |
parent | e0623281eb7fcdc1d04c44b4cd3a30dbffc97134 (diff) | |
download | abaddon-portaudio-aaa219ce27561bfe060bee5a4eaba0326bc50412.tar.gz abaddon-portaudio-aaa219ce27561bfe060bee5a4eaba0326bc50412.zip |
restart ra ws on timeout
Diffstat (limited to 'src/remoteauth/remoteauthclient.hpp')
-rw-r--r-- | src/remoteauth/remoteauthclient.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/remoteauth/remoteauthclient.hpp b/src/remoteauth/remoteauthclient.hpp index 7d7dee9..36f224a 100644 --- a/src/remoteauth/remoteauthclient.hpp +++ b/src/remoteauth/remoteauthclient.hpp @@ -49,6 +49,9 @@ private: void OnDispatch(); + bool OnTimeout(); + sigc::connection m_timeout_conn; + Websocket m_ws; bool m_connected = false; |