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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Those two variables are defined on the package level. That means that two independent rfc5424.SyslogMessage objects with structured data can't be built concurrently – race detector correctly reports unsynchronised writes.
The text was updated successfully, but these errors were encountered:
go-syslog/rfc5424/builder.go
Lines 64 to 65 in ac565dc
Those two variables are defined on the package level. That means that two independent
rfc5424.SyslogMessage
objects with structured data can't be built concurrently – race detector correctly reports unsynchronised writes.The text was updated successfully, but these errors were encountered: