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
Looks like with mio 0.7.*PollOpt is not there anymore.
So we need to refactor the code to don't pass PollOpt along with interests.
The text was updated successfully, but these errors were encountered:
vertexclique
changed the title
PollOpt is deprecated for event completion types in MIO
PollOpt is deprecated for event trigger types in MIO
Feb 5, 2020
The solution here is to simply remove opts. But, this would only compile with Mio at version 0.7 of course. Is there a branch to convert async-std to mio 0.7?
Looks like with mio
0.7.*
PollOpt is not there anymore.So we need to refactor the code to don't pass PollOpt along with interests.
The text was updated successfully, but these errors were encountered: