Skip to content

Commit

Permalink
Merge b6bf059 into 017db3b
Browse files Browse the repository at this point in the history
  • Loading branch information
alefi committed Nov 30, 2017
2 parents 017db3b + b6bf059 commit 253f22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ class Manager extends EventEmitter {
let worker = new Worker(workerConfig);
worker.start();
subscription.worker = worker;

return Promise.resolve(true);
}

unsubscribe(name){
Expand Down

0 comments on commit 253f22f

Please sign in to comment.