mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
fbebb2949e
helper_remote_index() contained an error which allowed for incorrect calculation of the string length to be sent. This should now be fixed. Additionally, read_cmd_call() did not check whether indexing was successful at each step, we now check whether the indexed result is callable or a table and attempt to provide an indication of the type of error made by the user.