Skip to content
Snippets Groups Projects
Commit 5395f540 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

Bug1160869: incorrect fiber call order.

(https://bugs.launchpad.net/tarantool/+bug/1160869)

Lua socket object creates coio object that bind to a current
fiber, after yield it will resume it in a different fiber
context after a complete io operation.

Fix this situation by updating current coio fiber in most
lua socket operations.
parent 67305c4a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment