ff14wed / deucalion

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

Refactor server code #12

Closed ff14wed closed 1 year ago

ff14wed commented 1 year ago

This shouldn't affect the behavior of Deucalion at all, but it allows us to clean up a lot of unnecessary duplication of code by having the server impl handle all of its internal state.

Additionally, this PR adds a bunch of tests to ensure the stability of the server and adds more log lines around the shutdown logic of the server.