Skip to content

Fix subscription for Websocket transport#109

Merged
NiteshKant merged 1 commit intomasterfrom
stevegury/websocket_subscription
Jun 28, 2016
Merged

Fix subscription for Websocket transport#109
NiteshKant merged 1 commit intomasterfrom
stevegury/websocket_subscription

Conversation

@stevegury
Copy link
Copy Markdown
Member

Problem
The websocket DuplexConnection doesn't initialize the Publisher chain
in every cases.

Solution
Move the initialization code onSubscribe up, and also rename the subscriber
subscriber instead of s to avoid confusion with the Subscription.

**Problem**
The websocket DuplexConnection doesn't initialize the Publisher chain
in every cases.

**Solution**
Move the initialization code `onSubscribe` up, and also rename the subscriber
`subscriber` instead of `s` to avoid confusion with the `Subscription`.
@NiteshKant NiteshKant merged commit 8d6c83d into master Jun 28, 2016
@NiteshKant NiteshKant modified the milestone: 0.2.2 Jun 28, 2016
@stevegury stevegury deleted the stevegury/websocket_subscription branch June 30, 2016 22:55
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.

2 participants