Skip to content

Commit

Permalink
Upgrade socket@0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed May 24, 2016
1 parent 172b940 commit 6a44a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/channel/pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ exports.ensureChannelGateway = function(chnGateway, set) {
debug('Create new channel gateway instance')
chnGateway = socketmq.gateway()
chnGateway.isUntrusted = function(stream) {
return 'eio:' === stream.__smq_protocol__
return 'eio' === stream.__smq__.protocol
}
chnGateway.on('disconnect', function(stream) {
if (stream.provider && stream.scheduler) {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"debug": "2.2.0",
"engine.io": "1.6.9",
"express": "4.13.4",
"http-proxy": "1.13.2",
"http-proxy": "1.13.3",
"ip": "1.1.3",
"jdad": "0.2.0",
"js-args-names": "0.0.2",
"jspm": "0.16.34",
"lodash.assign": "4.0.8",
"lodash.difference": "4.2.0",
"lodash.merge": "4.3.5",
"lodash.assign": "4.0.9",
"lodash.difference": "4.3.0",
"lodash.merge": "4.4.0",
"lodash.toarray": "4.2.4",
"lodash.union": "4.3.0",
"lodash.union": "4.4.0",
"msgpack-lite": "0.1.20",
"socketmq": "0.6.3",
"socketmq": "0.7.0",
"superpipe": "0.11.4"
}
}

0 comments on commit 6a44a31

Please sign in to comment.