File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -711,10 +711,10 @@ To manage event contexts the following options exist:
711711 socket.emit("wsContext", { reset: true });
712712 ` ` `
713713
714- Single context can be entered/ exited via ` context: String` parameter . Multiple contexts can be entered/ exited
714+ Single context can be entered/ exited via ` context: String` parameter . Multiple contexts can be entered/ exited
715715for the same server socket at the same time via ` contexts: String[]` parameter.
716716Parameter ` reset: Boolean` can be used to reset all entered contexts for a server socket.
717- Reset and enter context can be used within a single ` wsContext` call.
717+ Reset and enter context can be used within a single ` wsContext` call.
718718First all contexts are reset and then the new contexts are entered.
719719
720720Furthermore, a service operation named ` wsContext` is invoked, if existing on the websocket enabled CDS service:
Original file line number Diff line number Diff line change 1- "use strict" ;
1+ "use strict" ;
You can’t perform that action at this time.
0 commit comments