Replies: 4 comments 1 reply
It is a concurrency race problem, because run script with a
|
0 replies
|
This is not a bug. Do not use one LState for multiple goroutines as pointed out in README.md. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
This is my lua code:
I run a simple lua file contains a unified loop, When I call
Close(), the program will panic, error in line -> 1390。Please help me resoleve this problemUnit test:
Panic log:
All reactions