Skip to content

Commit cdfd4db

Browse files
authored
Fix IPROTO_EVENT_KEY and IPROTO_EVENT_DATA values (#3218)
1 parent 2918934 commit cdfd4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/internals/iproto/keys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,11 @@ Events and subscriptions
338338
- Description
339339

340340
* - IPROTO_EVENT_KEY
341-
- 0x56 |br| MP_STR
341+
- 0x57 |br| MP_STR
342342
- :ref:`Event <box-protocol-watchers>` key name
343343

344344
* - IPROTO_EVENT_DATA
345-
- 0x57 |br| MP_OBJECT
345+
- 0x58 |br| MP_OBJECT
346346
- :ref:`Event <box-protocol-watchers>` data sent to a remote watcher
347347

348348
:ref:`Learn more about events and subscriptions in iproto <box-protocol-watchers>`.

0 commit comments

Comments
 (0)