File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Fixed
1111
12- - tbd
12+ - Document ` wsDisconnect ` with reason parameter
1313
1414## Version 1.6.0 - 2025-02-03
1515
Original file line number Diff line number Diff line change @@ -1337,8 +1337,10 @@ and headers from subsections `websocket.generic.<header>` or `ws.generic.<header
13371337Every time a server socket is connected via websocket client, the CDS service is notified by calling the corresponding
13381338service operation:
13391339
1340- - `Connect`: Invoke service operation `wsConnect`, if available
1341- - `Disconnect`: Invoke service operation `wsDisconnect`, if available
1340+ - `Connect`: Invoke service operation `wsConnect()`, if available
1341+ - `Disconnect`: Invoke service operation `wsDisconnect()`, if available
1342+ - `wsDisconnect()`: No parameters are passed
1343+ - `wsDisconnect(reason: String)`: Disconnect reason is passed as parameter
13421344
13431345### Approuter
13441346
You can’t perform that action at this time.
0 commit comments