Skip to content

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

@estolfo

Description

@estolfo

Error from the extension:

panic: sync: WaitGroup is reused before previous Wait has returned
goroutine 1 [running]:
sync.(*WaitGroup).Wait(0xc0001a3f10)
/usr/local/go/src/sync/waitgroup.go:132 +0xa5
main.main()
main.go:197 +0x87e

We'll have to revisit our use of a waitgroup to allow the send to the apm server to complete before the extension is frozen. Added in #106

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions