circuitbreaker icon indicating copy to clipboard operation
circuitbreaker copied to clipboard

Fix Sendevent Bug

Open lyfunny opened this issue 6 years ago • 0 comments

select {
			case output <- v:
			default:
				<-output
				output <- v
			}

this operation may block ... see more info https://github.com/rubyist/circuitbreaker/issues/47

lyfunny avatar Aug 21 '17 09:08 lyfunny