aspnetcore/src/SignalR/common/Shared
David Fowler 812dfb97d3
Fix TimerAwaitable rooting (#20937)
* Fix TimerAwaitable rooting
- This fixes an issue where components that use timer awaitable currently need to be explicitly stopped and disposed for it to be unrooted. This makes it possible to write a finalizer.
2020-04-17 19:05:44 -07:00
..
AsyncEnumerableAdapters.cs
AwaitableThreadPool.cs
BinaryMessageFormatter.cs
BinaryMessageParser.cs
DuplexPipe.cs
ForceAsyncAwaiter.cs
ISystemClock.cs
JsonUtils.cs
MemoryBufferWriter.cs
PipeWriterStream.cs
ReflectionHelper.cs
ReusableUtf8JsonWriter.cs
StreamExtensions.cs
SystemClock.cs
SystemTextJsonExtensions.cs
TaskCache.cs
TextMessageFormatter.cs
TextMessageParser.cs
TimerAwaitable.cs Fix TimerAwaitable rooting (#20937) 2020-04-17 19:05:44 -07:00
Utf8BufferTextReader.cs
Utf8BufferTextWriter.cs
WebSocketExtensions.cs