BrennanConroy
e96096e760
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-03 10:39:46 -07:00
BrennanConroy
0a3c7001d4
React to Logging API changes ( #433 )
2017-05-03 10:39:29 -07:00
Pawel Kadluczka
cf2d6ce697
Redis presence manager
2017-05-01 16:35:27 -07:00
Pawel Kadluczka
7713124bd8
Making PresenceHubLifetimeManager a wrapper
2017-05-01 16:35:27 -07:00
Pawel Kadluczka
7f3baf5ce6
Splitting PresenceManager
2017-05-01 16:35:26 -07:00
moozzyk
19b390c5ab
Redis based scaleout presence
2017-05-01 16:35:26 -07:00
Pawel Kadluczka
632c8abf77
Single server presence
2017-05-01 16:35:25 -07:00
Viktor Kotsiuban
963fcd41ed
Add functionality to track online users
2017-05-01 16:35:25 -07:00
Nate McMaster
15afda7abf
Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
...
This reverts commit ee66a1706f .
2017-04-28 11:52:11 -07:00
moozzyk
82f99a1424
Work around for a Firefox bug
...
Firefox won't fire EventSource open event until it receives some data. The workaround is to send an empty comment when starting ServerSentEvent transport.
Fixes : #352
2017-04-27 10:34:47 -07:00
Nate McMaster
ee66a1706f
Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved
2017-04-25 11:29:39 -07:00
Hao Kung
fc51c4ffa6
Add inject
2017-04-19 21:14:36 -07:00
Hao Kung
62abf9431f
Add using to sample
2017-04-19 19:46:25 -07:00
Hao Kung
27e90edc1c
SignalR => Auth 2.0
2017-04-19 18:51:24 -07:00
Andrew Stanton-Nurse
2d278009b2
clean up client sample ( #392 )
2017-04-18 12:41:23 -07:00
BrennanConroy
9993fd96da
Use policy names in EndPointOptions ( #340 )
2017-04-11 12:35:31 -07:00
moozzyk
04719dee82
Adding transport factory
2017-04-11 09:16:36 -07:00
moozzyk
841ceb24b6
Fixing start/stop race in the TS client
2017-04-07 07:59:43 -07:00
John Luo
370df2d6d9
Remove cyclic dependencies
2017-04-05 19:14:01 -07:00
moozzyk
ebb2ce8fc9
Converting transport type from string to enum
2017-04-04 14:00:56 -07:00
BrennanConroy
6130003193
Convert to netcoreapp2.0 ( #338 )
...
* Converted samples and test projects to run on netcoreapp2.0
2017-03-25 09:37:39 -07:00
moozzyk
70e4ec9a06
Introducing the IConnection interface
...
Unifying events
2017-03-23 16:07:35 -07:00
Pawel Kadluczka
2ab3d42630
Removing site.js ( #330 )
2017-03-21 16:10:19 -07:00
David Fowler
63ce7f6160
Supported transports ( #294 )
...
Supported transport spike
- Allow turning transports on or off per end point with a flags enum
- Added `TransportType` to Sockets.Common
- Added tests
2017-03-20 12:23:00 -07:00
Mikael Mengistu
9659c73e05
Fix the client raw sample to use user input ( #321 )
2017-03-20 11:31:44 -07:00
Nate McMaster
c89ba8c1ec
Consolidate dependency versions to one file
2017-03-15 19:34:12 -07:00
Nate McMaster
209e2c8e23
React to aspnet/DotNetTools#272
2017-03-14 12:51:33 -07:00
Pawel Kadluczka
a00ec445ef
Moving TS client to a dedicated subfolder ( #274 )
2017-03-09 09:42:59 -08:00
Andrew Stanton-Nurse
78dfd278c1
Integrating new transport protocols ( #257 )
2017-03-07 10:46:36 -08:00
Pawel Kadluczka
0162c19ccf
MSBuildifying gulpified node ( #237 )
...
- Creating an MSBuild project for the TS client
- Adding project references to the TS client project from projects that need the client - (ensures the correct targets dependency graph and prevents building the client multiple times and related races)
- Removing gulp tasks from individual projects (allows containing npm only in the TS client source and node tests)
- Using incremental compilation to build the TS client only when inputs change (prevents building the client multiple times or when not needed at all)
- Removing `npm install` from all the projects (takes up to 10 seconds even if there is nothing to restore) - npm packages will still be installed when running full build (if needed) or need to be installed manually
2017-03-01 15:13:22 -08:00
BrennanConroy
485f9595e2
EndPoint options and injection
2017-03-01 14:38:50 -08:00
Nate McMaster
ef6cd8d204
Switch dotnet-bundle to BuildBundlerMinifier ( #259 )
2017-03-01 13:21:53 -08:00
Nate McMaster
af5e7da478
Remove workarounds and unify dependency versions
2017-02-23 17:09:07 -08:00
Andrew Stanton-Nurse
667095661b
convert the samples to use the official client ( #234 )
2017-02-23 10:56:20 -08:00
Andrew Stanton-Nurse
9767dbd5c1
fix #209 by converting to byte[] ( #229 )
...
* fix #209 by converting to byte[]
2017-02-22 11:50:37 -08:00
moozzyk
7a4746868a
Removing Dispose from Transport, Connection and HubConnection
...
Converting StopAsync to DisposeAsync
2017-02-21 13:36:54 -08:00
moozzyk
76bd114a2f
Preventing from building ts client multiple times
2017-02-21 11:54:39 -08:00
Pawel Kadluczka
b1dafc2f34
Fixing build warning ( #208 )
...
13:40:19.336 1>Startup.cs(30,17): warning CS0618: 'ConfigurationExtensions.AddUserSecrets(IConfigurationBuilder)' is obsolete: 'This method is obsolete and will be removed in a future version. The recommended alternative is .AddUserSecrets(string userSecretsId) or .AddUserSecrets<TStartup>().' [C:\Source\SignalR-Core\samples\ChatSample\ChatSample.csproj] [C:\Source\SignalR-Core\.build\makefile.proj]
2017-02-15 16:32:49 -08:00
Nate McMaster
f684fcb574
Downgrade to stable packages
2017-02-15 14:23:11 -08:00
moozzyk
a3e847e6cc
De-statificying HubConnection
...
Wiring and raising events correctly
2017-02-15 12:15:35 -08:00
moozzyk
d4fbdd055a
Raising Received event
2017-02-15 12:15:35 -08:00
moozzyk
3ba95b98af
Converting static ConnectAsync to instance StartAsync
2017-02-15 12:15:34 -08:00
Andrew Stanton-Nurse
a728e1da41
Text Protocol Formatter ( #187 )
2017-02-14 16:00:51 -08:00
Pawel Kadluczka
0c8df245de
Hiding Channels ( #183 )
...
Hiding Channels
2017-02-09 10:31:07 -08:00
Andrew Stanton-Nurse
b711128ec2
update MSBuild settings to make samples runnable ( #180 )
2017-02-07 09:39:21 -08:00
Nate McMaster
7281bf90c0
Upgrade to VS 2017 ( #176 )
2017-02-02 12:54:23 -08:00
Mikael Mengistu
5def499323
Added Sockets.Common and connection level testing ( #173 )
...
*Moved IChannelConnection, ChannelConnection, Format and Message to the new Sockets.Common project.
* Adding Connection level tests.
2017-01-31 14:59:21 -08:00
moozzyk
c997ea8165
Converting pipelines to channels
2017-01-26 08:04:58 -08:00
Pranav K
354daa2ded
Remove references to RazorTooling from ChatSample
2017-01-20 12:28:38 -08:00
Nate McMaster
3acdb58f57
React to aspnet/Scaffolding#383
2017-01-19 20:45:38 -08:00