Chatroom module doesn't work with newest NodeJS (7.x-1.3), version 7.x-1.2 works.

Comments

Anonymous’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

need more info.

please confirm this against the latest code.

Anonymous’s picture

Title: Chatroom module doesn't work with newest NodeJS (7.x-1.3) » fix BC break in return value of nodejs_get_content_channel_users().
Project: Chatroom » Node.js integration
Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Fixed

this was a bug in node.js 7.x-1.3.

nodejs_get_content_channel_users() unintentionally broke BC.

pushed a fix here, noting in this issue for bookeeping purposes:

http://drupalcode.org/project/nodejs.git/commit/046e8c70f66dda94ce11e34f...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 046e8c7 on 7.x-1.x, 8.x-1.x, 8.x-1.x-head by beejeebus:
    #2012402: fix BC break in return value of...