Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It is a concurrency race problem, because run script with a
|
Beta Was this translation helpful? Give feedback.
0 replies
-
What usage of kill function?I noticed this function is not called by other |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is not a bug. Do not use one LState for multiple goroutines as pointed out in README.md. |
Beta Was this translation helpful? Give feedback.
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:
Beta Was this translation helpful? Give feedback.
All reactions