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
When using python sdk, when a callback function is defined and triggered, it causes coredump to exit the process abnormally.
What you expected to happen
The defined callback function should be able to be triggered normally and not cause a coredump to exit the process.
How to reproduce
Define the callback function in the project, use it when calling the send function, and set inlong_group_id and inlong_stream_id to a set of non-existing ids to trigger the callback function.
What happened
When using python sdk, when a callback function is defined and triggered, it causes coredump to exit the process abnormally.
What you expected to happen
The defined callback function should be able to be triggered normally and not cause a coredump to exit the process.
How to reproduce
Define the callback function in the project, use it when calling the send function, and set inlong_group_id and inlong_stream_id to a set of non-existing ids to trigger the callback function.
Environment
No response
InLong version
master
InLong Component
InLong SDK
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: