MidLevel / Ruffles

Lightweight and fully managed reliable UDP library.
MIT License
212 stars 28 forks source link

RuffleSocket interface #26

Closed NullQubit closed 4 years ago

NullQubit commented 4 years ago

RuffleSocket's public behavior should be exposed as an interface (ISocket) to allow for easier unit-testing (i.e. by mocking implementation)

NullQubit commented 4 years ago

Closing as this would require many more changes since everything is internally coupled together