radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

Speedup and refactoring #32

Open RobSchoenaker opened 7 years ago

RobSchoenaker commented 7 years ago
radu-matei commented 7 years ago

Could you investigate why the build is failing, please?

RobSchoenaker commented 7 years ago

The build fails on the Test project. I did not change anything to that, so I suppose that should fail :)

RobSchoenaker commented 7 years ago

OK, fixed the tests and should merge just fine now.

radu-matei commented 7 years ago

Hi! Thank you very much for the contribution you provided so far!

Sorry for delaying this, I have been focusing on different projects lately, but I would love to get back working on this. In order to do this, I would love to enable you people to contribute directly to the projects. Please let me know if you want to be granted write access to branches of this repo.

Thanks, Radu M

RobSchoenaker commented 7 years ago

If possible, yes. Makes contributing a LOT easier :)

radu-matei commented 7 years ago

Ok. Since there will be no support for .NET Core before 2.1 for SignalR (will document this soon), I believe there is a strong point in continuing support for this library.

I added people who responded as contributors, guidelines coming soon :)

Thanks!

radu-matei commented 6 years ago

Hi, @RobSchoenaker - could you please take a look and rebase this?

Thanks!

RobSchoenaker commented 6 years ago

I will rebase this and create a PR for my additional changes. Will be some job :)

Henry00IS commented 6 years ago

I am not quite sure what was changed in this PR. But I am currently adding return values and exceptions. That means when you call a remote method it's literally the same as a local method, returns a thing or throws an exception. I am just asking if there are significant logic changes here or is it all the same still? If this gets merged before I am done will we have a have a massive merge conflict? Hmm...

RobSchoenaker commented 6 years ago

This was a huge commit. I will merge your changes with it. No worries. The changes I made include: