Closed dbechrd closed 2 months ago
I'm pretty sure this is supposed to be sending the packet via context.receiver. Seems like a copy/paste error, no?
context.receiver
https://github.com/mas-bandwidth/reliable/blob/91e98a4abc5aa5a7d5b7f07990581d761e1050f5/reliable.c#L2122
Yep. Looks like you are right. Throw in a PR to fix?
I'm pretty sure this is supposed to be sending the packet via
context.receiver
. Seems like a copy/paste error, no?https://github.com/mas-bandwidth/reliable/blob/91e98a4abc5aa5a7d5b7f07990581d761e1050f5/reliable.c#L2122