Eric Daniels
Eric Daniels
I'm onboard with that. Also love using zap
@akamensky if you're still interested, can you check if this is still an issue?
Looked into this. This does not work because when we listen to `DefaultAddress = "224.0.0.0:5353"`, we will only ever get multicast responses back. In order to address this, we need...
Verified #176 fixes this but need a review
Given that this has not been responded to, we have forked this library over to https://github.com/viam-labs/go-libjpeg/tree/fork. It includes your request @whorfin
https://github.com/viamrobotics/goutils/tree/main/rpc is kind of similar to what connect is doing, from the server perspective. It currently uses grpc-gateway to serve the google.api.http option annotated services
hey @boks1971, do you still want to work together to get this in?
I think it's safe and good to remove the always false bool then. Separately, I think we need to get the behavior of stopped, ended, and friends in line with...
mdns/v2 now supports IPv6 so it can get into ICE now! Shouldn't be too difficult but we'll need to explicitly configure it
@TA2k do you want to take a shot at this? It may be as simple as in `mdns.go`: ```golang func createMulticastDNS(n transport.Net, networkTypes []NetworkType, mDNSMode MulticastDNSMode, mDNSName string, log logging.LeveledLogger)...