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
Right now we have an epoll pool per device, as the polled IO backend is not designed more than one devices. We should make the epool pool a class attribute, instead of an instance one, to make dispatch() dispatch all devices at the same time.