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
Yeah, but I don't think it is going to be a too big of a breaking change since it can easily be fixed by removing an await keyword. It would be a lot worse if the opposite was going to happen where we added the need of await.
But I would suggest doing this in an update where other major stuff are going to be introduced or refactored.
It seems like a weird design choice to make the parse method async since it does not contain any IO operations or other async stuff.
Could you remove the async or are there some reason for it that I don't see?
The text was updated successfully, but these errors were encountered: