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
This code will panic, And I found it is because of github.com/vmihailenco/msgpack/v5/decode_ value.go:130, Therefore, if I replace S1 with a null pointer, there will be no panic. Is this a bug
This code will panic, And I found it is because of
github.com/vmihailenco/msgpack/v5/decode_ value.go:130
, Therefore, if I replace S1 with a null pointer, there will be no panic. Is this a bugThe text was updated successfully, but these errors were encountered: