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
The poller crate that we use in various places among the code should be replaced. It is of low-quality, given the fact, that it has been abandon for over 2 years and lacks documentation in many places. Beside this, it is not very widely used, with having just 1'000 downloads. I suggest replacing it with something like mio or polling.
The text was updated successfully, but these errors were encountered:
The
poller
crate that we use in various places among the code should be replaced. It is of low-quality, given the fact, that it has been abandon for over 2 years and lacks documentation in many places. Beside this, it is not very widely used, with having just 1'000 downloads. I suggest replacing it with something likemio
orpolling
.The text was updated successfully, but these errors were encountered: