Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Plan for official release #1

Open
dukesta3 opened this issue Aug 13, 2017 · 3 comments
Open

Plan for official release #1

dukesta3 opened this issue Aug 13, 2017 · 3 comments

Comments

@dukesta3
Copy link

With all the enthusiasm around .Net Standard and .Net Core 2.0, I was going to start doing what I believe you have already done by porting websocket-sharp and submitting a PR. I see you have a Nuget package in beta. Do you need any help with development and/or testing to produce an official 1.0 release?

@blackbone
Copy link
Collaborator

I'll appreciate that. I planned to use this fork in my future projects and make it more efficent and handy to use in .NET Core. I have not so much time for it right now but i planned to rewrite some key stuff in it and make this lib different from websocket-sharp according to .NET Core and C#6+ features like asyncs, tasks and other pretty stuff. Talking about release version, currently i have no roadmap or milestones for it. I planned to keep it in beta until it will be used on on several live projects, or at least one of my own projects.
In general - feel free to make PR and implement stuff, builds are automated via appveyor so you will get your changes in several minutes after PR will be applied to main branch. If it's necessery i'll write a tiny general roadmap for 1.0 =)

@wsnell
Copy link

wsnell commented Nov 8, 2017

Keep up the good work. also I see the websocket-sharp project has lots of updates recently. Have you merged those into yours? Or what version did you branch from?
Does this work as a client and a serve?
Also do the main instructions from the websocket-sharp project still apply?

@blackbone
Copy link
Collaborator

@wsnell, thanks for attention for my project.

also I see the websocket-sharp project has lots of updates recently. Have you merged those into yours? Or what version did you branch from?

As you can see this project is not a fork of websocket-sharp. I have used official release sources as reference to make own implementation working with .NET Core for my own projects, but for now i have no time to work with it, websocket-core is stucks too.
About how far websocket-sharp goes away from my version - it's about year or so, maybe a bit more and also this is not a fork and i can't merge their's changes to my project. But you can contribute some things if it necessery, i'll apreciate that.

Does this work as a client and a serve?

Yep, it works as client and as server, but i'm not sure about SSL.

Also do the main instructions from the websocket-sharp project still apply?

Yes, for now it's just take care to allow run code on .NET Core platform.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants