File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 192192
193193.. c:function:: int box_session_push(const char *data, const char *data_end)
194194
195- .. warning ::
196-
197- **Deprecated since: ** 3.0
195+ **Deprecated since ** :doc: `3.0.0 </release/3.0.0 >`.
198196
199197 Since version :doc: `2.4.1 </release/2.4.1 >`. Push MessagePack data into
200198 a session data channel -- socket, console or
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ box.session.push()
1010
1111.. function :: box.session.push(message [, sync])
1212
13- .. warning ::
14-
15- **Deprecated since: ** 3.0
13+ **Deprecated since ** :doc: `3.0.0 </release/3.0.0 >`.
1614
1715 Generate an out-of-band message. By "out-of-band" we mean an extra
1816 message which supplements what is passed in a network via the usual
Original file line number Diff line number Diff line change 11.. _compat-option-session-push-deprecation :
22
3- box.session.push deprecation
4- ============================
3+ box.session.push() deprecation
4+ ==============================
55
66Option: ``box_session_push_deprecation ``
77
You can’t perform that action at this time.
0 commit comments