stampzilla-go
stampzilla-go copied to clipboard
if chromecast connect takes more than 1 seconds we can miss some devices.
Because this: https://github.com/stampzilla/gocast/blob/master/discovery/service.go#L143
Should use buffered channel or just remove the non block send?