sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server

Home Page:http://sta.github.io/websocket-sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuGet update?

milutinke opened this issue · comments

commented

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

commented

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?

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).

commented

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

commented

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.

+1 please

commented

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.