w3bstream icon indicating copy to clipboard operation
w3bstream copied to clipboard

middleware waitgroup failed

Open huangzhiran opened this issue 2 years ago • 0 comments

panic: sync: WaitGroup is reused before previous Wait has returned

goroutine 772 [running]: sync.(*WaitGroup).Wait(0x1044ace90) /usr/local/go/src/sync/waitgroup.go:141 +0xb8 github.com/machinefi/w3bstream/cmd/srv-applet-mgr/tests/requires.Serve.func1.1() /Users/huangzhiran/Documents/src/w3bstream/cmd/srv-applet-mgr/tests/requires/endpoints.go:129 +0x15c created by github.com/machinefi/w3bstream/cmd/srv-applet-mgr/tests/requires.Serve.func1 /Users/huangzhiran/Documents/src/w3bstream/cmd/srv-applet-mgr/tests/requires/endpoints.go:124 +0x24 FAIL github.com/machinefi/w3bstream/cmd/srv-applet-mgr/tests/integrations 22.106s

huangzhiran avatar May 23 '23 03:05 huangzhiran