Aman Karmani

Results 336 comments of Aman Karmani

I just found a repro on one of my devices: ``` goroutine 104 [select, 1 minutes]: github.com/chromedp/chromedp.(*ExecAllocator).Allocate(0xbce7c510, 0xba8ec008, 0xbca040a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) github.com/chromedp/[email protected]/allocate.go:190 +0x790 github.com/chromedp/chromedp.Run(0xba8ec008, 0xbca040a0, 0xbcf3f3bc,...

Spent a ton of time trying to reproduce this today. I kept trying to add a test I expected would fail, but it wasn't failing even on the same setup....

@mvdan Any thoughts here? I can put together a PR if we agree on approach.

Hi, is this still in progress? How does it compare to https://github.com/ugroupmedia/fastlane-plugin-amazon-app-store-submission

The idea of `appendAddr` is that a separate response is sent back over each network interface, containing only the IP addresses for that interface. In my fork I actually removed...

This can be enabled by adding something like this to `handleQuestion`: ```diff + case s.service.HostName: // host.local. + resp.Answer = s.appendAddrs(resp.Answer, ttl, ifIndex, false) ``` The problem is zeroconf library...

Maybe https://tools.ietf.org/html/rfc6762#section-5 is what you're looking for

One option is to listen for network interface changes (https://stackoverflow.com/a/50220033/332798) and then refresh/reload the mdns service.

Yes, see https://gist.github.com/LiamHaworth/72f96c28fc90936904ba70ae5299218f and https://stackoverflow.com/questions/44699710/calling-notifyipinterfacechange-from-go-caused-access-violation-exceptions

You can build go/net with these patches: https://go-review.googlesource.com/c/net/+/76950/2