planetarium / NineChronicles.DataProvider

4 stars 15 forks source link

Fix adventure boss action recording issue #716

Closed U-lis closed 3 months ago

U-lis commented 3 months ago

Adventure boss actions are not recorded properly because async-await are not handled in right order. To resolve this, put all async calls into Task list and wait all done.

This PR resolves #715