Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added protocol negotiation | Daniel Rhodes | 2016-04-05 | 1 | -0/+19 |
| | | | | | | | | | This is primarily for backwards compatibility for when or if the protocol is changed in future versions. If the server fails to respond with an acceptable protocol, the client disconnects and disables the monitor. | ||||
* | Defer starting connection monitor until a connection is opened | Javan Makhmali | 2016-03-03 | 1 | -2/+0 |
| | |||||
* | Establish WebSocket connection when first subscription is created. Fixes #24026 | Javan Makhmali | 2016-03-03 | 1 | -0/+4 |
| | | | | | * More intention revealing than connecting on the first call to Connection#send * Fixes that calls to Connection#send would attempt to open a connection when the WebSocket's state is CONNECTING | ||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+25 |