PretendoNetwork / friends

Pretendo Network friends server
GNU Affero General Public License v3.0
27 stars 7 forks source link

Update to v2 libraries and small bug fixes and refactors #10

Open jonbarrow opened 8 months ago

jonbarrow commented 8 months ago

Draft since lots of things are changing still, but wanted to get this into more peoples hands

PR brings server up to date with the latest nex-go PR

jonbarrow commented 3 months ago

Cemu seems to have some some DC issues, but I'm unsure if this is an us issue or a Cemu issue. Cemu would disconnect every few seconds and reconnect when in the friends applet

That said, I was connected via real hardware for around 30 minutes with no issue. Since real hardware is our main target, I'm fine with this

DaniElectra commented 3 months ago

Are there any other Scan error checks that we would want to ignore for now?

jonbarrow commented 3 months ago

Are there any other Scan error checks that we would want to ignore for now?

Unsure. I just blindly added error checks to everything the linter said had them missing, I wasn't aware at the time that these didn't have defaults and were allowed to error

We really need to change that and give them defaults