After entering a password, room name and alias, a new waitupdate() request should be sent with the new parameters in chatapp/static/app.js. However, waitupdate() is only called after the user sends her first message which means that the message appears to have been dropped. The message is sent correctly and received by other listeners, however.
After entering a password, room name and alias, a new
waitupdate()
request should be sent with the new parameters inchatapp/static/app.js
. However,waitupdate()
is only called after the user sends her first message which means that the message appears to have been dropped. The message is sent correctly and received by other listeners, however.