websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

Update to support .NET Core 3.1

Open darknessxk opened this issue 4 years ago • 5 comments

Changed the BeginInvoke and EndInvoke calls to proper async Tasks usages

darknessxk avatar Feb 10 '21 15:02 darknessxk

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.

SergioLuis avatar Mar 29 '21 16:03 SergioLuis

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

dave7280 avatar May 15 '21 06:05 dave7280

I don't think this will get merged, like ever :(

SergioLuis avatar May 15 '21 11:05 SergioLuis

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.

jusoGames avatar Jan 23 '22 21:01 jusoGames

@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?

Misiu avatar Mar 27 '23 11:03 Misiu