feedback: box.session.push()
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: Tarantool
Root document: https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_session/push/
SME: core team (for example, @ alyapunov)
Note: box.session.push() is deprecated in v3.0 (https://github.com/tarantool/tarantool/issues/8802)
Details
<…> conn:call не ждет
-- окончания вызова функции server_function. |После первой итерации
-- цикла pairs(), видим, что таблица пуста|. Это выглядит так:
-- tarantool> messages
-- - - 2
-- <…>
Так она не пуста же. В неё пришел тот самый x == 2 и ещё пустая таблица т.к. return самой функции
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.
Research direction
Start with the root document for box.session.push() linked in the issue and review the quoted example and its Russian explanation. Clarify that the received data includes x == 2 and an empty table returned by the function, then verify that the example and accompanying text agree.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100