Snowiiii / Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.
MIT License
591 stars 25 forks source link

Networking Refactor Pt. 1 #74

Closed StripedMonkey closed 1 week ago

StripedMonkey commented 1 week ago

This is the first in a series of refactors to improve the networking stack for Pumpkin.

This first PR takes the first step towards extracting TCP connections from the server and client code. Nothing significant here, as I'd like to start taking small steps that make sense to you guys.

Snowiiii commented 1 week ago

Thanks