Commit Graph

745 Commits

Author SHA1 Message Date
Pawel Kadluczka ceff4bd7da Exceptions from user's event handlers should be caught and logged
Otherwise they can spoil event queue and make the client not raise the Received event anymore

Fixes: #818
2017-09-05 12:21:47 -07:00
Nate McMaster d3ae3abe2a Use PackageLineup to manage PackageReference versions 2017-09-01 16:34:32 -07:00
Pawel Kadluczka 93b6bcc523 Merge branch 'rel/1.0.0-alpha1' into dev 2017-09-01 10:20:45 -07:00
Mikael Mengistu 92775235f6 Branching for Alpha 2017-08-31 17:15:41 -07:00
Mikael Mengistu cd10d7e122 Fixing csproj 2017-08-31 16:22:36 -07:00
Pawel Kadluczka 29ad3d1dd6 Adding third-party-notices.txt for msgpack5 2017-08-31 15:34:11 -07:00
BrennanConroy ec18f7a1cb Close the ClientSample app when connection closed (#805) 2017-08-31 15:31:10 -07:00
BrennanConroy 7418785a5e Fix WebSocket race in E2E test (#809) 2017-08-31 15:30:55 -07:00
Mikael Mengistu 8ec2848646 AllExcept for Dynamic and Typed Hubs (#796) 2017-08-31 15:30:19 -07:00
Pawel Kadluczka f31e5ad42a Updating signalr-client module version 2017-08-31 14:01:25 -07:00
Nate McMaster 5b767e05b4 Lift local function to class function to workaround issue in xunit.analyzers and roslyn 2017-08-31 13:42:44 -07:00
Mikael Mengistu 7dcbf25069 Headers for TS files (#798) 2017-08-31 11:33:14 -07:00
Pawel Kadluczka 5dceaa8149 Adding Microsoft.AspNetCore.SignalR.Client 2017-08-31 10:10:02 -07:00
Pawel Kadluczka 36acebf9fb Renaming Microsoft.AspNetCore.SignalR.Client to Microsoft.AspNetCore.SignalR.Client.Core 2017-08-31 10:10:02 -07:00
Pawel Kadluczka 521eed1438 Renaming Microsoft.AspNetCore.SignalR.Http to Microsoft.AspNetCore.SignalR 2017-08-31 10:10:02 -07:00
Pawel Kadluczka fa1f7f0b13 Renaming Microsoft.AspNetCore.SignalR to Microsoft.AspNetCore.SignalR.Core 2017-08-31 10:10:02 -07:00
David Pendray e8d3587f9f Update README.md
Fix typo
2017-08-31 09:10:31 -07:00
Pawel Kadluczka 7db480b23e Changing the way users can enable logging 2017-08-30 17:26:05 -07:00
BrennanConroy b8d2d24b67 Log connection resets as trace not error (#799) 2017-08-30 14:57:26 -07:00
BrennanConroy 5ff5c38325 Add Group Add and Remove acks (#780) 2017-08-30 14:07:23 -07:00
Pawel Kadluczka ea78ad402a Really fix this typo 2017-08-30 09:29:37 -07:00
Pawel Kadluczka 528ec95f08 Update README.md 2017-08-30 09:29:37 -07:00
Pawel Kadluczka 144e15751c Update README.md 2017-08-30 09:29:37 -07:00
Nate McMaster 9c0dc52d67 Use Directory.Build.props/targets 2017-08-29 10:17:20 -07:00
Pawel Kadluczka 66876aa2f8 Making test and samples IE/ES5 aware 2017-08-29 09:26:53 -07:00
Pawel Kadluczka 2a36aa141d Making the client and tests work on IE 2017-08-28 17:06:25 -07:00
Pawel Kadluczka ff2bf5ad75 Creating ES5 version of the TS client 2017-08-28 17:06:24 -07:00
Mikael Mengistu c0d47adb11 Allow spaces in path (#779) 2017-08-28 15:29:33 -07:00
Mikael Mengistu 6907261453 Unset the UserAgent Header in the TS client (#781) 2017-08-28 14:18:08 -07:00
Mikael Mengistu b60e598277 Setting the User-Agent header (#759) 2017-08-27 16:35:28 -07:00
Pawel Kadluczka ccc97c67ab Making msgpack5 a prod dependency
Fixes: #764
2017-08-25 16:43:13 -07:00
Mikael Mengistu a200cd46b1 Use ForceAsyncAwaiter to make sure we're not on the app SyncContext (#758) 2017-08-25 14:02:17 -07:00
Pawel Kadluczka 83f3605cfb Minification - part 1 (#762)
* Minification - part 1

Creating a minified version of javascript signalr client
2017-08-25 12:27:35 -07:00
Pawel Kadluczka bcd5a1bd6e Filtering out SSE tests for browsers with no EventSource 2017-08-24 15:33:24 -07:00
Pawel Kadluczka cddc5f8a75 Adapting TS-client to work with non-level-2 xhr 2017-08-24 11:10:24 -07:00
BrennanConroy a702713cd4 SignalR C# Client logging (#752) 2017-08-24 08:37:05 -07:00
BrennanConroy b8a936f2c1 Use IApplicationLifetime instead of IHostedService (#757) 2017-08-24 00:10:18 -07:00
Pawel Kadluczka bc980c45bb Updating samples 2017-08-23 16:11:47 -07:00
Pawel Kadluczka e4c1b888ca Adding loggers to TS client 2017-08-23 16:11:47 -07:00
BrennanConroy 978f5cebc0 Starting HubOptions (#743)
* Added JsonSerializerSettings
2017-08-23 15:30:08 -07:00
Pawel Kadluczka 76ea3cf24c Update README.md 2017-08-23 14:13:03 -07:00
Mikael Mengistu fa852d7d67 Update hub route in client sample (#756) 2017-08-23 11:31:36 -07:00
Nate McMaster 629dd34977 Upgrade to xunit 2.3.0-beta4 (#754)
Removes unused theory parameters
2017-08-23 10:02:15 -07:00
Pawel Kadluczka 419cedd4f7 Updating spec for record separator, binary over text 2017-08-23 09:09:00 -07:00
Pawel Kadluczka cdbb13de66 Putting signalr-client in @aspnet scope 2017-08-23 09:05:41 -07:00
Mikael Mengistu d469cc3151 Clients Subset - AllExcept (#700) 2017-08-22 17:33:27 -07:00
BrennanConroy 5c6fb642a0 Fix flaky WebSocket test (#745) 2017-08-22 10:48:30 -07:00
Pawel Kadluczka 79d8a9d3d2 Changing module type to commonjs 2017-08-21 14:28:56 -07:00
BrennanConroy 345190e6a9 Add timeout to Negotiate (#736) 2017-08-18 15:51:01 -07:00
BrennanConroy a4053acd06 Give Client a chance to receive Close Frame from Server (#730) 2017-08-18 09:56:40 -07:00