Popular repositories
-
Channels
Push based .NET Streams
-
HelloWorldVNext
Hello world applications on ASP.NET vNext
-
NetStandard
A repository that describes the .NET Standard
-
QueryInterceptor
Provides a generic way to intercept IQueryable expression trees using custom expression visitors.
-
NuGetPowerTools
A bunch of powershell modules that make it even easier to work with nuget
-
Jabbot
Bot API for JabbR
1,468 contributions in the last year
Contribution activity
January 2017
Created a pull request in aspnet/SignalR
that received 1
comment
Use WaitToWriteAsync(), TryWrite() in HubLifetimeManager(s)
Avoids exceptions when connections are dead but still in the list.
- Adding infrastructure to write node (a.k.a. unit) tests for ts client
- rename getid to negotiate
- React to Channel API changes
- Describe transport protocols
- Remove format from connect and only use it in /send
- Updated WebSockets tests
- Use TryRead and TryWrite
- Remove streaming transport as a top level API
- Use connections format
- Remove delays in HubConnectionTests
- Adding more tests
- Making HttpClient configurable and reusable
- Fix endpoint and transport tear down
- add "messaging" endpoints and transports
- Updating Social Weather sample to 1.2.0
- WebSockets Testing
- Sorting out exceptions
Created an issue in dotnet/corefx
that received 14
comments
Allow fire and forget CancellationTokenRegisteration.Dispose
Right now disposing a CancellationTokenRegistration will wait for pending callbacks to run if it's disposed on a separate thread from the callback …