You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a lot of experience with EventMachine. Vedeu implements its own runtime loop though, which can be found at Vedeu::Runtime::MainLoop, maybe you can hook into there?
I recently migrated the "core" of my chat client to use event machine, and am wondering how vedeu will play will with that.
I could always move the EventMachine run loop to a new thread, though. that wouldn't be hard. :-)
The text was updated successfully, but these errors were encountered: