jazz
jazz copied to clipboard
Which package to be required should be configurable
I think the specified package should return a function which accepts the request as an argument and returns the response
This should be IMO the default behaviour of actix_lua's on_lua method, instead of running the passed code on every handle it should that once and use the returned function as a handler
I don't understand. can you explain differently? can you link to lines of code?
The init file should return a function and that function be used as the handler for actix requests. (It's fixed already)