mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
use \0 instead of .
This commit is contained in:
@@ -12,7 +12,7 @@ local address
|
||||
local unique_id = 0
|
||||
local function unique_string(str)
|
||||
unique_id = unique_id + 1
|
||||
return str .. ("." .. tostring(unique_id))
|
||||
return str .. ("\0" .. tostring(unique_id))
|
||||
end
|
||||
|
||||
local function monitor(pointer)
|
||||
|
||||
Reference in New Issue
Block a user