Skip to content

ReactiveSocket: Remove startAndWait method#143

Merged
NiteshKant merged 3 commits intomasterfrom
stevegury/remove_startAndWait
Jul 13, 2016
Merged

ReactiveSocket: Remove startAndWait method#143
NiteshKant merged 3 commits intomasterfrom
stevegury/remove_startAndWait

Conversation

@stevegury
Copy link
Copy Markdown
Member

_Problem_
ReactiveSocket shouldn't have a public API encouraging usage of blocking code.

_Solution_
Remove the method, replace it by start where it was easy and
by Unsafe.startAndWait elsewhere.

***Problem***
ReactiveSocket shouldn't have a public API encouraging usage of blocking code.

***Solution***
Remove the method, replace it by `start` where it was easy and
by `Unsafe.startAndWait` elsewhere.
@stevegury
Copy link
Copy Markdown
Member Author

This needs to be merged after the removal of reactivesocket-local-transport

@stevegury stevegury assigned stevegury and NiteshKant and unassigned stevegury Jul 12, 2016
@NiteshKant
Copy link
Copy Markdown
Contributor

@stevegury looks like removal of local transport (#142) is included in this PR, Otherwise it is 👍

@stevegury
Copy link
Copy Markdown
Member Author

Yes, I'll merge master as soon as the removal of the local transport is merged.

@stevegury
Copy link
Copy Markdown
Member Author

I added back local-transport.

@NiteshKant NiteshKant merged commit 89e08fb into master Jul 13, 2016
@NiteshKant NiteshKant added this to the 0.2.2 milestone Jul 13, 2016
@stevegury stevegury deleted the stevegury/remove_startAndWait branch July 15, 2016 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants