Skip to content
Snippets Groups Projects
Commit db6d2c84 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Implement box.session, on_connect and on_disconnect triggers.

Since connect/disconnect events in iproto run outside
fiber context, queue execution of on_connect/on_disconnect
triggers through the request queue. Generalize the request
queue for that purpose.

Implement a framework for on_connect/on_disconnect triggers
and Lua bindings for it.

Add tests and docs.
parent 9f0d56b9
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