mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
NEWS: Add entry about WebSocket client events
This commit is contained in:
parent
2a6beae50b
commit
7513d0ef1b
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -80,6 +80,12 @@ New Functionality
|
|||
Note that the new ``Cluster::listen_websocket()`` API will only become stable
|
||||
with Zeek 8.0.
|
||||
|
||||
Two new events, ``Cluster::websocket_client_added()`` and ``Cluster::websocket_client_lost()``,
|
||||
have been added for WebSocket clients connecting and disconnecting. Note that
|
||||
currently, even after ``Cluster::websocket_client_lost()`` ran, events sent from
|
||||
that client may still be in transit and later executed, even on the node running
|
||||
the WebSocket server.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue