Closed UXabre closed 3 years ago
Since I've changed the default from 0.0.0.0 to :: it seems like I'll have to change the tests here as well (almost forgot about this PR actually... will finish this up this weekend)
💚 CLA has been signed
I've also signed the agreement (I thought I already done that...)
you need to make sure to sign it with the e-mail address you have in your commits
Oooopsie, totally overlooked the version bump and changelog part, will fix that ASAP!
I've added a version bump as well as a changelog entry
Friendly reminder on this PR :-)
It seems that UDP isn't correctly binding to IPv6, this seems to be because ruby requires an UDP socket to have a specific INET variable set. This pull-request parses the listening IP-address and opens the correct variant of the UDP socket.