Skip to content

Conversation

@v4l3r10
Copy link
Contributor

@v4l3r10 v4l3r10 commented May 12, 2017

…keti.io-redis)

Fix, removed old namespace tag
Update dependencies

…eti.io-redis)

Fix, removed old namespace tag
Update dependencies
Copy link
Member

@darrachequesne darrachequesne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for the pull request 👍

Before merging, could you please:

  • remove nodejs 0.10 and 0.12 from travis configuration
  • remove the hasBin check (and the has-binary dependency) (related: socketio/socket.io#2923)

index.js Outdated
if (opts.rooms && opts.rooms.length) {
opts.rooms.forEach(function(room) {
var chnRoom = chn + room + '#';
var chnRoom = chn + room;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

index.js Outdated
var parser = require('socket.io-parser');
var hasBin = require('has-binary');
var msgpack = require('msgpack-lite');
var notepack = require('notepack.io');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since notepack is just another msgpack implementation, how about keeping the var msgpack here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like a wise choice! like socket.io-redis (https://github.com/socketio/socket.io-redis/blob/master/index.js#L8)

Removed, hasBinary package.
Fix, socketIo multiroom event.
@darrachequesne darrachequesne merged commit 119b3e6 into socketio:master May 12, 2017
@darrachequesne
Copy link
Member

@v4l3r10 great, thanks!

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