Hello,

I use drupalchat with nodejs.

My problem is when I connect to my website I can't see people in the chat until they reload their page.
Here is my debug nodejs:

Auth - 57
Sent message to client 2SDxnqxmfxm-1L24Vpx_
Added - 57
Added channels for uid 57: nodejs_user_57,drupalchat_57
setupClientConnection { '57': [], '59': [] }
getNodejsSessionIdsFromUid { uid: '57', sessionIds: [ '2SDxnqxmfxm-1L24Vpx_' ] }
getNodejsSessionIdsFromUid { uid: '57', sessionIds: [ '2SDxnqxmfxm-1L24Vpx_' ] }
Added channel 'drupalchat_57' to sessionIds 2SDxnqxmfxm-1L24Vpx_
publishMessage: message { channel: 'drupalchat_57',
broadcast: false,
type: 'sendName',
callback: 'drupalchatNodejsMessageHandler',
data: '{"uid":"57","name":"administrateur"}',
clientSocketId: '' }
Sent message to client 2SDxnqxmfxm-1L24Vpx_
Sent message to 1 clients in channel "drupalchat_57"
Msg - sendName
Name administrateur

As you can see the user 59 doesn't send any sendName so I can't see him.

Thanks.