Skip to content

RSocketClient from TCP socket - #507

Merged
lehecka merged 1 commit into
rsocket:masterfrom
lehecka:RSocketClientFromTcpSocket
Jun 7, 2017
Merged

RSocketClient from TCP socket#507
lehecka merged 1 commit into
rsocket:masterfrom
lehecka:RSocketClientFromTcpSocket

Conversation

@lehecka

Copy link
Copy Markdown
Contributor

This allows creating RSocketClient directly from the opened TCP socket (folly::AsyncSocket) via 2 synchronous calls.

@lehecka

Copy link
Copy Markdown
ContributorAuthor

there is a known race condition in the async tests causing travis to fail. I will unblock myself and land the PR and then follow up on the test failure.

@lehecka
lehecka merged commit 7a4571b into rsocket:masterJun 7, 2017
Sign up for freeto 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.

1 participant

@lehecka