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
The obx_data_visitor in core is:
```c
typedef bool obx_data_visitor(const void* data, size_t size, void* user_data);
```
So the `dataVisitorDispatch` function in Go have wrong parameter order.
0 commit comments