Pawel Kadluczka
4bb9721d39
Adding strongly typed Invoke and On overloads
...
See: #311
2017-05-19 09:47:16 -07:00
Andrew Stanton-Nurse
8d5ce5f38b
small typo fixes in Hub Protocol spec
2017-05-16 11:01:52 -07:00
Pawel Kadluczka
8b455ecae7
Fixing `dotnet ef database update`
...
Currently it is impossible to create database for the chat sample - `dotnet ef` commands fail with: "No parameterless constructor was found on 'ApplicationDbContext'. Either add a parameterless constructor to 'Application
DbContext' or add an implementation of 'IDbContextFactory<ApplicationDbContext>' in the same assembly as 'ApplicationDbC
ontext'." - adding IDbContextFactory implementation to fix this
Also disabling Redis presence in favor of in-memory presence
2017-05-15 14:57:07 -07:00
Nate McMaster
ef7a3514cd
Upgrade test framework versions and fix test issues ( #453 )
2017-05-15 12:50:30 -07:00
Mikael Mengistu
04863032a2
Increase the size of the WebSockets buffer to 4K. ( #448 )
2017-05-15 13:14:45 -04:00
Pawel Kadluczka
06e3a08ac0
Multi-server
2017-05-11 22:42:14 -07:00
Pawel Kadluczka
7300413d0c
Storing user lists per server
2017-05-11 22:42:14 -07:00
Pawel Kadluczka
5d32407f24
More structural way of storing users
2017-05-11 22:42:14 -07:00
Andrew Stanton-Nurse
11f23f7ce2
disable npm optional dependencies ( #447 )
...
'microtime' doesn't build properly on our CI agents
2017-05-11 10:37:35 -07:00
Pavel Krymets
67ecd4746e
Remove unnecessary package references ( #446 )
2017-05-10 15:14:26 -07:00
Andrew Stanton-Nurse
991c1d8517
Implement new Hub Protocol (Part Deux) ( #390 )
...
* convert to new protocol
* removed InvocationDescriptorRegistry because we're not yet sure about custom protocols
* update SocialWeather sample
* Moving ts client to using new protocol
* make the functional tests a little easier to run on ctrl-f5
2017-05-09 12:24:58 -07:00
Mike Harder
6cf6feed64
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-08 13:07:13 -07:00
Mike Harder
a33e0cef24
Upgrade StackExchange.Redis.StrongName to version 1.2.3 ( #442 )
...
- Addresses package downgrade warnings (https://github.com/aspnet/SignalR/issues/428 )
2017-05-08 13:05:08 -07:00
Pawel Kadluczka
d73b490b69
Fixing SocialWeather sample
2017-05-08 12:49:57 -07:00
BrennanConroy
1da4e07fff
Use common ObjectMethodExecutor ( #440 )
2017-05-07 10:05:21 -07:00
Pawel Kadluczka
9d07eeef91
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 17:11:55 -07:00
Pawel Kadluczka
c053b8cd9d
Fixing Win7 tests
2017-05-05 17:10:23 -07:00
Pavel Krymets
ee2e9b0ca4
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 10:27:43 -07:00
Pavel Krymets
e9241215e4
Update InternalAspNetCoreSdkVersion
2017-05-05 10:27:33 -07:00
Andrew Stanton-Nurse
ca9a44afc3
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-04 14:11:16 -07:00
Mikael Mengistu
7f64811ccd
Change targets ( #437 )
...
Target netcoreapp2.0
2017-05-04 14:05:58 -07:00
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
Pranav K
831386093f
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:48 -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
Pranav K
87fcdc4b0e
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:40:18 -07:00
David Fowler
ba99a89ee6
Fixed typo in the spec ( #431 )
2017-05-01 09:13:47 -07:00
Mikael Mengistu
186c411f43
Clean up ( #427 )
2017-04-28 14:37:09 -07:00
Mikael Mengistu
db868af8d8
Added stricter SSE message type parsing ( #410 )
2017-04-28 11:58:10 -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
Mikael Mengistu
d19ed0070c
Move Long Polling and SSE send logic to a common place ( #424 )
2017-04-27 15:33:23 -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
moozzyk
39b2990b62
Preserving user's queryString
...
Fixes : #272
2017-04-27 09:50:14 -07:00
moozzyk
58e7c1b1fe
Allowing passing ITransport to start
2017-04-27 09:50:14 -07:00
Chris R
b45e20acec
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-26 15:06:00 -07:00
Mikael Mengistu
74b318b3e4
Support binary messages in SSE parser ( #418 )
2017-04-26 15:04:48 -07:00
Chris R
0edd62339e
React to IHostedService namespace change
2017-04-26 14:37:58 -07:00
Pranav K
3006d315cc
Updating package version to preview2
2017-04-26 07:13:40 -07:00
Pranav K
5f4f5618cc
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-25 22:05:47 -07:00
Pranav K
2e3f29b7fe
Branching for 2.0.0-preview1
2017-04-25 22:05:44 -07:00
Andrew Stanton-Nurse
5aea7292cd
prevent websocket deadlock ( #419 )
2017-04-25 15:18:47 -07:00
Pranav K
9e13f0fdb0
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 12:48:54 -07:00
Nate McMaster
ee66a1706f
Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved
2017-04-25 11:29:39 -07:00
Andrew Stanton-Nurse
1018a20c61
more logging ( #417 )
2017-04-24 12:38:39 -07:00
Andrew Stanton-Nurse
fc54ffc96e
fix build
2017-04-20 16:06:15 -07:00