spawn: Add a TODO to remove an useless/broken signal from v5
It has a race condition causing it to be useless.
This commit is contained in:
parent
aae9655e41
commit
017077a33a
|
@ -217,6 +217,7 @@ function spawn.on_snid_callback(c)
|
|||
if entry then
|
||||
local props = entry[1]
|
||||
local callback = entry[2]
|
||||
--TODO v5: Remove this signal
|
||||
c:emit_signal("spawn::completed_with_payload", props, callback)
|
||||
|
||||
timer.delayed_call(function()
|
||||
|
|
Loading…
Reference in New Issue