audreyt / network-multicast

[Haskell] The "Network.Multicast" module is for sending UDP datagrams over multicast (class D) addresses.
http://github.com/audreyt/network-multicast
Other
23 stars 12 forks source link

Windows WSAEADDRNOTAVAIL error #12

Closed NCrashed closed 8 years ago

NCrashed commented 8 years ago

multicastReceiver throws WSAEADDRNOTAVAIL error on Windows platform:

bind: failed (Cannot assign requested address (WSAEADDRNOTAVAIL))

Platform: Windows 7 x86_64

See: https://github.com/haskell-distributed/distributed-process-simplelocalnet/issues/18

Demo project (particular commit as next commit contains fix that I am going to PR): https://github.com/NCrashed/dp-issue18/tree/242a25cd2072e6b57751f8fb3a50b44e51598cc7

Fix is ready, I will send PR as soon as I finish regression tests in Linux.

NCrashed commented 8 years ago

@audreyt the release is great, but 0.1.0 version is also affected by the bug.

audreyt commented 8 years ago

Re-released as 0.1.1.

NCrashed commented 8 years ago

Thank you!