websocket-sharp
websocket-sharp copied to clipboard
Update to support .NET Core 3.1
Changed the BeginInvoke and EndInvoke calls to proper async Tasks usages
It would be neat if this PR gets merged. Thank you @darknessxk for your help with this, as I've hit the same issue with this library.
Any news on net core async support?
I have tested this pull request and seems to be working fine. ConnectAsync and SendAsync are working with NET core 5.0
I don't think this will get merged, like ever :(
I have more than two years using websocketsharp in a .net core 3.1 project, the project is in production since then on Ubuntu 18.04, I have not suffered from any problems.
When I read about the project being incompatible it makes me very strange.
@sta any updates? I've just used VS upgrade assistant and migrated your project to .net standard 2.1. I'll do some more tests, but for now, it looks like everything works fine. Are you interested in another PR? Or maybe one of the already existing could get merged?