ff14wed / deucalion

Injected Windows library for capturing decoded FFXIV packets
GNU General Public License v3.0
61 stars 5 forks source link

Synchronously attempt to set up hooks before server starts #9

Closed ff14wed closed 1 year ago

ff14wed commented 1 year ago

It's unsafe code so it has potential for crashes if it's run outside of the expected environment.

There doesn't not appear to be a performance impact by running this synchronously, so there isn't really a reason this should be async.