Chris R
0edd62339e
React to IHostedService namespace change
2017-04-26 14:37:58 -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
Andrew Stanton-Nurse
64e9cba14d
fix build broken by PlatformAbstractions ( #409 )
2017-04-20 14:17:45 -07:00
Andrew Stanton-Nurse
c2eec09ba0
react to removal of PlatformAbstractions ( #405 )
2017-04-20 11:01:06 -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
Mikael Mengistu
8c8f6c708b
Server-Sent Events Transport + Parser ( #401 )
2017-04-18 16:08:48 -07:00
Andrew Stanton-Nurse
2d278009b2
clean up client sample ( #392 )
2017-04-18 12:41:23 -07:00
moozzyk
e691e1cff8
Removing legacy raw format for `send`
...
Fixes issues #383 and #127
2017-04-18 11:34:43 -07:00
Kiran Challa
fd7707e7d2
Upgraded IntegrationTesting package to 0.4.0
2017-04-14 16:38:21 -07:00
Andrew Stanton-Nurse
ca481dab85
Add non-blocking invocations to the spec ( #382 )
...
* Add non-blocking invocations to the spec
* make the rules on streamed results stricter
* more clarifications on protocol errors
2017-04-12 18:00:09 -07:00
moozzyk
db66b1e553
TransportFactory should not try creating WebSocket transport on Win7/2008R2
2017-04-11 16:34:20 -07:00
Andrew Stanton-Nurse
a181dc558a
SignalR Hub Protocol ( #372 )
2017-04-11 14:08:48 -07:00
BrennanConroy
9993fd96da
Use policy names in EndPointOptions ( #340 )
2017-04-11 12:35:31 -07:00
BrennanConroy
be88d2918e
Disable API Check
2017-04-11 09:23:48 -07:00
moozzyk
04719dee82
Adding transport factory
2017-04-11 09:16:36 -07:00
David Fowler
0546dc21f4
Disable response buffering via the IHttpBufferingFeature ( #379 )
...
* Disable response buffering via the IHttpBufferingFeature
- To make sure SignalR works with servers and middleware
that do perform response buffering, disable it via the
IHttpBufferingFeature for SSE.
- Added test to verify buffering is disabled
2017-04-10 19:05:06 -07:00
Kai Ruhnau
4c183b4d00
Quickly fail the UFT-8 validation if the first byte is already invalid
2017-04-10 12:23:46 -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
BrennanConroy
2dfada051e
React to CoreFx changes
2017-04-05 08:48:30 -07:00
David Fowler
5df022df0c
Remove skipped tests and increased timeout for failing test
2017-04-04 22:13:12 -07:00
moozzyk
ebb2ce8fc9
Converting transport type from string to enum
2017-04-04 14:00:56 -07:00
moozzyk
7944be712f
Allow starting connection only once
2017-04-04 10:49:10 -07:00
David Fowler
abafae8cd3
Remove VersionPrefix from Sockets ( #369 )
2017-04-04 10:38:23 -07:00
David Fowler
3b8e1a5380
Added a close timeout to the web socket transport
...
- Today we don't end the request if the application completes
but the websocket transport hasn't gotten the receive frame as yet.
This changes adds a WebSocketOptions.CloseTimeout to EndPointOptions
that allows configuring this timeout. When the timeout is reached, we abort
the connection and end the transport task so that the request can end.
- Added tests for websocket timeout and skipped tests for application timeouts
2017-04-04 09:59:41 -07:00
Pranav K
6be9cfed91
Updating versions to 2.0.0-preview1
2017-04-04 06:57:42 -07:00
David Fowler
87e6da6e4c
Handle exceptions and Cancellation in DisposeAsync ( #366 )
2017-04-03 22:21:41 -07:00
David Fowler
8da2dddd49
Fix issue where multiple calls to dispose don't wait properly ( #360 )
...
* Fix issue where multiple calls to dispose don't wait properly
- DisposeAsync returned immediately to anyone but the first caller.
This means that it was possible to end the request before properly
waiting on the transport task which means writing after dispose was possible.
- Added a test
2017-04-03 15:25:45 -07:00
BrennanConroy
f6f0007c12
React to CoreFx byte[] slice
2017-04-03 11:45:00 -07:00
moozzyk
d9faf17f5c
* Fixing a racey test
...
* Fixing a misplaced test file
2017-03-31 13:54:46 -07:00
Alexis Nowikowski
3d29b7854b
Bugfix issue #355 : Don't handle Invocation when no InvocationHandler … ( #356 )
...
- Don't handle Invocation when no InvocationHandler is present
2017-03-31 09:44:57 -07:00
Pranav K
f87e0234e2
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:37 -07:00
Kiran Challa
b2bd3e0841
Upgraded Json.NET version to 10.0.1
2017-03-28 11:39:09 -07:00
moozzyk
fb512bbf41
Using common XUnitLoggerProvider
...
Fixes #331
2017-03-27 16:19:40 -07:00
moozzyk
af22fec225
Completing pending calls when the connection is closed
...
Also fixing a small leak where a callback would not be removed if inovke failed due to a send error
2017-03-27 16:00:31 -07:00
BrennanConroy
09667e86ab
Port ObjectMethodExecutor race fix
2017-03-27 09:19:08 -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
Andrew Stanton-Nurse
430b8a3686
Disable Autobahn Tests for now
...
Filed #336 to track restoring them.
2017-03-23 21:20:54 -07:00
moozzyk
70e4ec9a06
Introducing the IConnection interface
...
Unifying events
2017-03-23 16:07:35 -07:00
BrennanConroy
14d3f2bc9b
Allow overridden methods on hubs ( #334 )
...
Allow overridden methods on hubs
2017-03-23 14:38:31 -07:00
Andrew Stanton-Nurse
28bf0b445b
add some very simple, fairly stupid, benchmarks ( #322 )
2017-03-23 09:18:49 -07:00
Pawel Kadluczka
e955c4b9aa
Handling exceptions thrown when invoking a hub method ( #332 )
2017-03-22 11:06:47 -07:00
moozzyk
5642f09a83
Fixing TS client tests folder name
...
Mirroring disk folder structure for TS client in VS and adding missing files
2017-03-22 09:18:42 -07:00