-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use new System.IO.Pipelines API / Project Bedrock #132
Comments
Pipelines ships out of the box with Core 2.1, but I "think" you can pull in the NuGet package in .NET Standard 2.0 supported projects. There's this package, but I haven't tried it yet. |
Thanks @cecilphillip ! The package link is really helpful. I didn't realize the package was on NuGet already. After checking the Dependencies section on the NuGet page, I found it really intresting that Pipelines supports Thanks for dropping the info Cecil! |
Looks like |
Thanks @cecilphillip . Also, found some additional info:
https://github.com/dotnet/corefxlab/blob/master/docs/specs/span.md#designrepresentation
Seems like, as far as the runtime is concerned, there are two versions of |
@bchavez Hi Brian, Any inputs would be really helpful. I have been trying a few demos, but all of them stops me at some step where the given method is not available in 4.6.1. Thanks! |
Hi Minu, My current understanding is that The only difference is when your app (or its dependencies) use the namespace The only thing I can suggest is making sure all your dependencies are up to date. Even go so far as testing Full Framework 4.7.2 and see if it works there. If it still doesn't work then, I wouldn't have the slightest clue... something else must be wrong. The discussion here is mostly reserved for Thanks, |
Benefits
NetworkStream
and usingCancellationTokenSource
; we can leverage some of the low-level network code that ASP.NET Core is using.SocketWrapper.cs
.Disadvantages
References
ASP.NET Community Standup - May 1, 2018 - SignalR and Project Bedrock with David Fowler
https://www.youtube.com/watch?v=ySmUI8O1Rog
Microsoft Build 2018: 1:15 PM | Meet the new stack for real-time web communication: ASP.NET Core SignalR
https://www.youtube.com/watch?v=u0_vkWYYXRc
https://channel9.msdn.com/Events/Build/2018/BRK2147
Links:
https://blogs.msdn.microsoft.com/dotnet/2018/04/18/performance-improvements-in-net-core-2-1/
https://blog.marcgravell.com/2018/07/pipe-dreams-part-3.html
Related Investigate "t" Response Type Ordering for Crazy Fast Response Routing #77
The text was updated successfully, but these errors were encountered: