File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 192
192
193
193
.. c:function:: int box_session_push(const char *data, const char *data_end)
194
194
195
- **Deprecated since: ** 3.0
195
+ .. warning ::
196
+
197
+ **Deprecated since: ** 3.0
196
198
197
199
Since version :doc: `2.4.1 </release/2.4.1 >`. Push MessagePack data into
198
200
a session data channel -- socket, console or
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ box.session.push()
10
10
11
11
.. function :: box.session.push(message [, sync])
12
12
13
- **Deprecated since: ** 3.0
13
+ .. warning ::
14
+
15
+ **Deprecated since: ** 3.0
14
16
15
17
Generate an out-of-band message. By "out-of-band" we mean an extra
16
18
message which supplements what is passed in a network via the usual
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ box.session.push deprecation
5
5
6
6
Option: ``box_session_push_deprecation ``
7
7
8
- Starting from version 3.0, Lua API function :ref: `box.session.push() `
9
- and C API function :ref: `box_session_push() ` are deprecated.
8
+ Starting from version 3.0, Lua API function :ref: `box.session.push() < box_session-push > `
9
+ and C API function :ref: `box_session_push() < box_box_session_push > ` are deprecated.
10
10
11
11
Old and new behavior
12
12
--------------------
You can’t perform that action at this time.
0 commit comments