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 random crash: Catch ObjectDispose exceptions on EndReceiveFrom #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

FIX random crash: Catch ObjectDispose exceptions on EndReceiveFrom #106

wants to merge 1 commit into from

Conversation

gelexgaray
Copy link

I've fixed a random crash on UDPSocket when running on dot net core. It would be great if you could integrate it

@captainjono
Copy link

captainjono commented Feb 12, 2021

@gelexgaray

I found more issues with this on macos - im getting random shutdown crashes in my app and ive pin-pointed it to hanging timers. The server task.delays without cancellation so there are various race condition that can happen to your app at scale.

Ive added cancellation and updated the project to netstandard also...
https://www.nuget.org/packages/Rssdp.NetStd/4.0.3

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.

None yet

2 participants