Chuyu Zheng

Results 2 issues of Chuyu Zheng

RXSNP should use arbiter entry instead of queue to eliminate the potential deadlock.

In Lua, the following code snippet is feasible. ```lua string.test = function(self) return self .. "_test" end local n = (""):test() assert(n == "_test") -- n is "_test" ``` I...