Replies: 1 comment 3 replies
-
The refactor over to async/await already well under way. The reconcile and ingest commands are a/a already and most of the new functionality we add is a/a. The only piece that's currently missing in Vapor is a working async command: https://discord.com/channels/431917998102675485/519613337638797315/978249416135823370 Help in making the transition is welcome! One thing I'd advise is to make the pull requests as localised and small as possible to reduce the chance of merge conflicts. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it is needed as the Vapor 5 (The next version of Vapor) will not provide Eventloop API and will only provide async version API.
If we can process and refactor now. The cost of subsequent migration to Vapor 5 is expected to be much lower.
The last question is - Do we accept code refactor of the new async version of Vapor API currently?
Beta Was this translation helpful? Give feedback.
All reactions