Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug of segment null references #65

Closed
wants to merge 1 commit into from

Conversation

lipeilin2006
Copy link

Sometimes segment will have an null reference error while running at .net 8.0(using multi thread to process the received data).

….net 8.0(using multi thread to process the received data).
@miwarnec
Copy link
Collaborator

this api is not thread safe, and c# doesn't protect you from any multithreading issues.
i recommedn to either not process this in multiple threads, or be super careful!

@miwarnec miwarnec closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants