Closed twotabsofacid closed 3 years ago
Can you submit two separate PR's for unicast and sync? Unicast is excellent and I'm ready to merge, but I think there's more work to be done on sync.
I'm also changing the whole project to space indentation because A) it's the right thing to do in general :D B) it should make integrating your code easier
Thanks @sparks-alec ! gonna close this one then and just add unicast support on a new PR
Hey again – this PR is probably the better one to take a look at.
Sync
is now its own file, basically a clone ofSender
but seems cleaner this way. I'm getting some weirdness when trying to add a test for the Sync packet with theReceiver
, need to look into that a bit more. But, I can confirm that this does work to send data via Unicast to systems that require async
packet in order to update.