ldrumm / good-talk

simple chat app with AES encryption in browser zmq/gevent message transport, and stateless (anonymous) usage
0 stars 0 forks source link

First message sent is not reflected back to the sender #2

Closed ldrumm closed 10 years ago

ldrumm commented 10 years ago

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.