mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
cluster/websocket: Factor out active subscription handling
This commit is contained in:
parent
c27d74b2f9
commit
47206d6a8a
2 changed files with 25 additions and 16 deletions
|
@ -228,6 +228,10 @@ private:
|
|||
|
||||
|
||||
void HandleSubscriptions(WebSocketClientEntry& entry, std::string_view buf);
|
||||
|
||||
// Raise the websocket_client_added event and send the ack to the client contained in entry.
|
||||
void HandleSubscriptionsActive(const WebSocketClientEntry& entry);
|
||||
|
||||
void HandleEvent(WebSocketClientEntry& entry, std::string_view buf);
|
||||
|
||||
// Allow access to Process(WebSocketEvent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue