Skip to content

Handshake response which sends basic info to the client#86

Merged
gnufied merged 6 commits intomasterfrom
handshake
Jan 2, 2015
Merged

Handshake response which sends basic info to the client#86
gnufied merged 6 commits intomasterfrom
handshake

Conversation

@emilsoman
Copy link
Contributor

Closes #84

EVENT_FORMAT.md Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason why response is not sent over PUB socket?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a handshake, I am thinking the client will wait for the server to respond synchronously. The client should ideally not proceed to do other things unless the handshake goes through fine and gives it enough info about the server's status. This info can be used going forward to set the client state as well, for example enable/disable buttons.

@gnufied
Copy link
Contributor

gnufied commented Dec 26, 2014

@emilsoman do you want to have a look why this is failing on Ruby 2.2.0 ?

gnufied pushed a commit that referenced this pull request Jan 2, 2015
Handshake response which sends basic info to the client
@gnufied gnufied merged commit 0562ca4 into master Jan 2, 2015
@gnufied
Copy link
Contributor

gnufied commented Jan 2, 2015

Well the failures seems to be unrelated, so I am going to merge this. We will have to separately look into these spit-brain spec failures.

@iffyuva iffyuva deleted the handshake branch July 16, 2015 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send basic information about running application when starting the app

3 participants