Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API unable to have multiple requests going on at once? #16

Open
daurnimator opened this issue Dec 29, 2016 · 4 comments
Open

API unable to have multiple requests going on at once? #16

daurnimator opened this issue Dec 29, 2016 · 4 comments
Labels

Comments

@daurnimator
Copy link

Looking at the remy API it doesn't seem like it allows multiple requests to be handled at once?

@felipedaragon
Copy link
Member

Hi @daurnimator, can you elaborate? AFAIK, there is no such limitation

@daurnimator
Copy link
Author

You can't have rely handle two requests being handled in tandem: there is only one emu.request variable where state lives.

@felipedaragon
Copy link
Member

felipedaragon commented Dec 29, 2016

There is only one request structure per request because this is how it is with modlua and Remy is simply emulating it: http://modlua.org/api/request

@daurnimator
Copy link
Author

Yes there is only one request structure per request, but remy should allow more then one request per lua state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants