Alban Linard

Results 4 issues of Alban Linard

This is required when using `redis-lua` within scheduled coroutines, for instance with `copas`. When using the standard coroutine implementation, yields from the network operations (receive, send) can be caught by...

Adding a rockspec allows users to install `lua-resty-shell` easily. The rockspec automatically pulls the `master` of [sockproc](https://github.com/juce/sockproc), builds it and installs it. If you accept this pull request, you should...

Is there a way to force iter to consider argument as table or map? It is useful when dealing with tables that can be both.

In an application using `websocket.server.copas`, i need to access some information from the socket: IP address and port. They can be obtained using luasocket's `getpeername ()`. This method is hidden...