Last active
March 20, 2025 14:04
-
-
Save esmarr58/21f844fe12012a26d1666a0fb842a227 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private slots: | |
void onConnected(); | |
void onTextMessageReceived(const QString &message); | |
void onDisconnected(); | |
void onError(QAbstractSocket::SocketError error); | |
void sendHeartbeat(); | |
void connectWebSocket(const QUrl &url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment