Closed ejholmes closed 8 years ago
Fixes https://github.com/remind101/conveyor/issues/58
Basically, the goroutine that read the log events would return when there was any error, causing any subsequent calls to Read to just loop forever. Fixed by https://github.com/ejholmes/cloudwatch/pull/4
:+1:
Fixes https://github.com/remind101/conveyor/issues/58
Basically, the goroutine that read the log events would return when there was any error, causing any subsequent calls to Read to just loop forever. Fixed by https://github.com/ejholmes/cloudwatch/pull/4