igrigorik/em-synchrony

FiberError: can't yield from root fiber

JohnMerlino1 opened this issue · 0 comments

Just by adding a periodic timer:

EM.synchrony do
   EM.add_periodic_timer(30) do
     ...
   end
end

I get the following error:

FiberError: can't yield from root fiber