We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54667db commit e69b7fcCopy full SHA for e69b7fc
src/WebSocket.h
@@ -12,6 +12,9 @@ namespace WebSocket
12
/// Handle websocket
13
void handle();
14
15
+ /// Broadcast a message to all active websocket connections
16
+ void broadcastMessage(String msg);
17
+
18
/// Broadcast the current animation status to all active websocket connections
19
void broadcastStatus();
20
0 commit comments