-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run it for a first time in Mac OSX #5
Comments
Hi, I haven't tested this code on a mac... but my guess is this file has the issue: https://github.com/fromkeith/gossdp/blob/master/broadcast_unix.go Probably around line 86. That section of code is looking at all your attached network cards, and trying to join the desired multicast group. Is the code crashing for you? Or are you not seeing any multicast packets being emitted? Or does it exit with the error |
Hi, thanks for replying! The code crashes for me with the error above mentioned:
|
Can you try add a sleep to the end of the func? That executable immediately exits and stops the server. Which may cause some weirdness... Eg.
|
Same for me on macOS. |
Hi here!
Much appreciation for your work. I am mostly new to golang and I am struggling with the following error:
But my code is rather simple. I tried to look it up online but found nothing so far, and think it might be caused by a OS flag that is missing in this package. If I am wrong, please correct me:
Here is the sample:
The text was updated successfully, but these errors were encountered: