You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "net.box", stream is an object over connection that
has the same methods, but all requests from it sends
with non-zero stream ID. Stream ID is generated on the
client automatically. Simple example of stream creation
using net.box:
stream=conn:new_stream()
-- all connection methods are valid, but send requests-- with non zero stream_id.
The text was updated successfully, but these errors were encountered:
art-dr
added this to the
Estimate [@arctic_dreamer] milestone
Sep 14, 2021
art-dr
added
server
[area] Task relates to Tarantool's server (core) functionality
reference
[location] Tarantool manual, Reference part
feature
A new functionality
labels
Sep 14, 2021
art-dr
changed the title
stream support was added to net.box
[2pt?] stream support was added to net.box
Sep 14, 2021
Product: Tarantool
Since: 2.10.0-beta1
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/
SME: @ expert to ask for more information
Peer reviewer: @ EvgenyMekhanik
Details
In "net.box", stream is an object over connection that
has the same methods, but all requests from it sends
with non-zero stream ID. Stream ID is generated on the
client automatically. Simple example of stream creation
using net.box:
Requested by @ EvgenyMekhanik in tarantool/tarantool@0084f90.
Related to #2307
The text was updated successfully, but these errors were encountered: