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
=== RUN TestDecodeSliceIntegerHasNull
2023/04/26 18:23:35 get java reply: customReplyTypedListIntegerHasNull
--- FAIL: TestDecodeSliceIntegerHasNull (30.50s)
panic: reflect: call of reflect.Value.SetInt on ptr Value [recovered]
panic: reflect: call of reflect.Value.SetInt on ptr Value
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
What happened:
readme 中是指出类型是这样对应的,但是在这样使用的时候会报错
Integer | java.lang.Integer | *int32
=== RUN TestDecodeSliceIntegerHasNull
2023/04/26 18:23:35 get java reply: customReplyTypedListIntegerHasNull
--- FAIL: TestDecodeSliceIntegerHasNull (30.50s)
panic: reflect: call of reflect.Value.SetInt on ptr Value [recovered]
panic: reflect: call of reflect.Value.SetInt on ptr Value
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: