Add `gotestleak` to wsproxy pkg and fix all resulting errors
Open
tech-debt
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I tried adding a
```
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}
```
to the `enterprise/coderd/wsproxy` package and there were a ton of failures as a result. We should find some time to figure out where all the leaks are originating from.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.