sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.74k stars 1.66k forks source link

NuGet update? #713

Open milutinke opened 2 years ago

milutinke commented 2 years ago

The package was last updated on 7/3/2016, can we get an update? Thanks.

t0r0 commented 2 years ago

I have the same comment. I was really surprised that there is active development here, but nuget was last updated in 2016. Can you please update it?

apdevelop commented 2 years ago

It will be also nice to make the assembly project targeting netstandard2.0, net452 and maybe older frameworks. (Made it in my own fork, but such Nuget from author would be better).

Jxlle commented 1 year ago

I also approve of this issue. Seems like the project is still being updated very frequently.

Jxlle commented 1 year ago

In the meantime, I created a new recompiled version of the latest websocket-sharp code, now compatible with newer .net (core) versions. This is for my personal use but might be interesting to other people.

Gandalf-Le-Dev commented 1 year ago

+1 please

sinatrocious commented 1 year ago

You can clone, compile and reference dll directly to try most recent version.

The nuget-version from STA is from 2016. There are other nuget-versions from the same repository (not sure, it seems so, while my code, after update to work with referenced dll is continuing working when installing such nuget-packes) , e.g from UCan927 (Last updated 4/19/2022).

Unfortunately there are new bugs and some changes looks like WIP.

I dislike change to HttpServer.AddWebSocketService with Action<T> overload instead of Func<T> prevents me from using constructor dependency injection.

I dislike commit history style, it's totally non-informative.