Browse Source
			
			
			
			
				
		The docs at os/signal.Notify warn about this signal delivery loss bug at https://golang.org/pkg/os/signal/#Notify, which says: Package signal will not block sending to c: the caller must ensure that c has sufficient buffer space to keep up with the expected signal rate. For a channel used for notification of just one signal value, a buffer of size 1 is sufficient. Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"master
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 1 changed files with 1 additions and 1 deletions
			
			
		
					Loading…
					
					
				
		Reference in new issue