Closed XiangruLiu0 closed 1 year ago
The event_sink passed as user_data is actually pointer to pointer of the actual event_sink instance, which is unfeasible. Without this patch, using fields in custom event_sink will always error @meme
event_sink
user_data
The
event_sink
passed asuser_data
is actually pointer to pointer of the actualevent_sink
instance, which is unfeasible. Without this patch, using fields in customevent_sink
will always error @meme