You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go 1.21 has a WithoutCancel func I would suggest we move to in the future (whenever 1.22 is out). This change removes any context (including baggage), which likely you'd want to keep
This was introduced in go 1.21 and removes the need for a custom implementation of the context.
Fixesopen-telemetry#9049
Signed-off-by: Alex Boten <[email protected]>
This was introduced in go 1.21 and removes the need for a custom
implementation of the context.
Fixes#9049
Signed-off-by: Alex Boten <[email protected]>
go 1.21 has a
WithoutCancel
func I would suggest we move to in the future (whenever 1.22 is out). This change removes any context (including baggage), which likely you'd want to keepOriginally posted by @codeboten in #9048 (comment)
The text was updated successfully, but these errors were encountered: