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

Silent NotSupportedException in UdpMessenger #2

Closed
tysonstewart opened this issue Nov 22, 2012 · 3 comments
Closed

Silent NotSupportedException in UdpMessenger #2

tysonstewart opened this issue Nov 22, 2012 · 3 comments

Comments

@tysonstewart
Copy link

I haven't been able to get your build to work as coded. The call to Socket.SendPacketsAsync is throwing a NotSupportException because it is never connected the socket, and the exception gets swallowed silently by the try/catch.

Not being connected appears to be a bug. I think it would be really helpful, though, if there was some debug-level logging particularly in the catch block so users like me at least have some idea of what is going on when it isn't working as expected.

@Iristyle
Copy link
Owner

Yeah, I agree.. unfortunately I've been a bit swamped here, and haven't been able to give this project much love.

Hopefully in the next couple of weeks I'll have some spare time to clean up some of the issues and publish a new release.

Thanks for the report.

@Iristyle
Copy link
Owner

Also - I just merged a commit if you feel like building your own.

@tysonstewart
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants