aspnetcore/samples/ChatSample
David Fowler cd9ed9228a Remove streaming transport as a top level API (#110)
- Remove Streaming* classes from Sockets. The main
API will be channels based and streaming transports
will use the PipelineChannel (formerly FramingChannel) to
access messages.
- Added WriteAsync and ReadAsync to Connection and hid
the IChannelConnection from public API.
- Also fixed the fact that unknown methods caused server side
exceptions.
- Changed the consumption pattern to WaitToReadAsync/TryRead to avoid
exceptions.
- React to API changes
2017-01-11 04:01:49 -08:00
..
Controllers UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Data Remove Database EnsureCreated 2016-11-09 14:13:15 -08:00
Hubs Remove streaming transport as a top level API (#110) 2017-01-11 04:01:49 -08:00
Models UserName and minor fixups for ChatSample 2016-11-09 10:55:23 -08:00
Services apply license headers 2016-11-07 12:00:04 -08:00
Views Fixing chat sample - it was still using fully qualified hub method name 2017-01-10 11:41:47 -08:00
wwwroot Introducing modules for the ts client 2016-11-29 12:35:33 -08:00
.bowerrc
ChatSample.xproj
Program.cs apply license headers 2016-11-07 12:00:04 -08:00
Startup.cs apply license headers 2016-11-07 12:00:04 -08:00
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
project.json Fix EF.Tools version 2017-01-10 14:54:35 -08:00
web.config