Grails XMPP Chat Website -


i'm trying create chat website using smack library , openfire. problem when log in second user, first user gets overwritten. don't understand why. when log in create new connection, save connection in map, key id local database(from user table). when log in second user, should create new connection, saving connection map, different key, first one. when create new connection, start new thread. why first user's connection gets overwritten?

are using spring social facebook plugin? had same problem grails 2.1. resolved upgrading 2.2.3.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -