Initial commit, pt. 67

This commit is contained in:
Dmitrii Okunev
2024-08-04 16:03:30 +01:00
parent 40adda392b
commit 58bfcb04cf
22 changed files with 253 additions and 139 deletions

View File

@@ -83,7 +83,9 @@ func NewCodeReceiver(
close(codeCh)
})
go srv.Serve(listener)
observability.Go(ctx, func() {
srv.Serve(listener)
})
return codeCh, uint16(listener.Addr().(*net.TCPAddr).Port), nil
}