Skip to content

Commit

Permalink
quick fix: remove line preventing proper resubscription on reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Oakley committed Nov 29, 2016
1 parent 918b63c commit a2deac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/channels/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default class Channel extends EventsDispatcher {

/** Sends a subscription request. For internal use only. */
subscribe() {
if (this.subscribed) { return; }
this.subscriptionPending = true;
this.subscriptionCancelled = false;
this.authorize(this.pusher.connection.socket_id, (error, data)=> {
Expand Down

0 comments on commit a2deac1

Please sign in to comment.