John Baublitz

Results 164 comments of John Baublitz

@Alexandero89 Does the most recent commit in #182 solve this issue for you?

@isomer Do you have a good way of sorting out which messages are being sent to which multicast group? Or would you prefer a single receiver for all multicast messages...

> > In my redesign, I'd like to make all methods take &self which should allow you to simply wrap it in an Arc. Would this be satisfactory for you?...

@isomer Take a look at v0.7.0-rc1 and let me know if you have any feedback.

> I believe that Linux only supports a message going to a single multicast group, so yes, `recvfrom()`s should only have the single multicast group. > > I looked a...

@isomer Thanks so much for the feedback! I'll try to make some updates to the migration guide based on this information.

I'm going to put up a PR for 0.7.0-r2 for your review.

I think this is irrelevant now that #219 is merged.

Hi @sarroutbi. Sorry for not providing more context, I thought I had! The problem here essentially boils down to the fact that using `/dev/tty` here causes unpredictable behavior when doing...