David Fowler
e68a1b294f
Fix long polling graceful shutdown ( #476 )
...
- If a message was sent and the application was ended in the same
poll request, the connection would be closed by the time the next poll
came in which resulted in a 404. This change waits until the transport writes
all data before closing it.
- Also fixed a test so that the exception started to show client side.
#469
2017-05-22 09:07:26 -07:00
David Fowler
240a88f7af
Make the http end points more resty ( #470 )
...
- Use HTTP verbs to describe functionality for endpoints
- Updated TransportProtocols.md
2017-05-19 23:37:17 -07:00
Mikael Mengistu
04863032a2
Increase the size of the WebSockets buffer to 4K. ( #448 )
2017-05-15 13:14:45 -04:00
Andrew Stanton-Nurse
5aea7292cd
prevent websocket deadlock ( #419 )
2017-04-25 15:18:47 -07:00
Andrew Stanton-Nurse
1018a20c61
more logging ( #417 )
2017-04-24 12:38:39 -07:00
Mikael Mengistu
8c8f6c708b
Server-Sent Events Transport + Parser ( #401 )
2017-04-18 16:08:48 -07:00
moozzyk
04719dee82
Adding transport factory
2017-04-11 09:16:36 -07:00
BrennanConroy
f6f0007c12
React to CoreFx byte[] slice
2017-04-03 11:45:00 -07:00
moozzyk
fb512bbf41
Using common XUnitLoggerProvider
...
Fixes #331
2017-03-27 16:19:40 -07:00
Andrew Stanton-Nurse
1732ac5760
add support for binary format in /poll ( #303 )
2017-03-16 11:06:26 -07:00
moozzyk
4bacbfeb05
Enabling Debug logging in a flaky test
2017-03-14 08:49:57 -07:00
Pawel Kadluczka
a2d088bc3c
Increasing the timeout of host start ( #279 )
...
* Increasing the timeout of host start
* Increasing log level
2017-03-09 16:58:46 -08:00
Mikael Mengistu
f374d92712
WebSockets transport now creates correct url ( #268 )
2017-03-07 11:03:41 -08:00
moozzyk
7a4746868a
Removing Dispose from Transport, Connection and HubConnection
...
Converting StopAsync to DisposeAsync
2017-02-21 13:36:54 -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
moozzyk
94dc265658
Fixing build after merge
2017-02-15 09:49:39 -08:00
Mikael Mengistu
cb7692d16e
WebSockets Transport ( #185 )
...
WebSockets transport
2017-02-15 09:24:41 -08:00
Andrew Stanton-Nurse
a728e1da41
Text Protocol Formatter ( #187 )
2017-02-14 16:00:51 -08:00
Pawel Kadluczka
82cbda4a9a
Making `OrTimeout` common ( #193 )
...
Making `OrTimeout` common
2017-02-13 12:38:34 -08:00
Pawel Kadluczka
0c8df245de
Hiding Channels ( #183 )
...
Hiding Channels
2017-02-09 10:31:07 -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
Mikael Mengistu
b8b0c73222
Added Win7 and Win2008 skip for WebSockets testing
2017-01-18 16:15:12 -08:00
Mikael Mengistu
3bba46d4d3
More WebSockets testing ( #100 )
2017-01-12 15:59:53 -08:00