NetrexMC / RakNet

RakNet implementation in Rust
Apache License 2.0
44 stars 12 forks source link

Use mspc channels to communicate with the server rather than using events. #25

Closed john-bv closed 1 year ago

john-bv commented 2 years ago

This has multiple advantages, such that we can call async methods from producers, etc...

john-bv commented 2 years ago

this has been resolved partially in V2, however plans to fully migrate this implementation are underway! This will eliminate the need for netrex_events in raknet entirely.