Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Last active March 20, 2025 14:04
Show Gist options
  • Save esmarr58/21f844fe12012a26d1666a0fb842a227 to your computer and use it in GitHub Desktop.
Save esmarr58/21f844fe12012a26d1666a0fb842a227 to your computer and use it in GitHub Desktop.
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