aspnetcore/test/Microsoft.AspNetCore.Signal.../HubConnectionHandlerTestUtils
David Fowler c53514fa19
Don't throw from AbortAsync (#2166)
- Log from inside of HubConnectionContext if the user callback failed.
- Use ThreadPool.QUWI instead of Task.Factory.StartNew.
- Remove try catch from HubConnectionHandler
2018-04-30 09:22:48 -07:00
..
Hubs.cs Don't throw from AbortAsync (#2166) 2018-04-30 09:22:48 -07:00
Utils.cs