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
I'm fairly new to Go and pointers. I found this: https://youtu.be/29LLRKIL_TI?t=888
So I think your point is valid and on top of that, pointers are not concurrency safe.
func (msg Message) Bytes() []byte)
https://pkg.go.dev/github.com/scgolang/osc#Message.Bytes
As example.
I see other packages using a pointer there:
func (msg *Message) Bytes() []byte)
The text was updated successfully, but these errors were encountered: