Document that `IPROTO_EVENT` has sync number
Open
@xuniq is already working on this.
Since Oct 19, 2023.
behavior change
iproto
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Related dev. issue(s): GitHub link(s)
Product: Tarantool
Since: 2.10.7, 2.11.1, 3.0.0
Audience/target: Connector developers
Root document: IPROTO > Events and subscriptions.
SME: @ locker
Details
Initially the sync number sent by a client in an IPROTO_WATCH request was ignored and IPROTO_EVENT packet didn't have a sync number. There were complaints about it from users so we consider this to be a bug. Now the server sends the same sync number in an IPROTO_EVENT packet as the one sent by the client in the last corresponding IPROTO_WATCH request.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.