You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced the problem when sending a single messages out, strophe will not actually send it out, but queued them up instead, and wait for about half a minute. If during the period a new message comes in, queued message will be sent out immediately.
I tried conn.flush(), however, doesn't seem to work.
I use the latest strophe js: v1.0.3.
Any ideas?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all,
I experienced the problem when sending a single messages out, strophe will not actually send it out, but queued them up instead, and wait for about half a minute. If during the period a new message comes in, queued message will be sent out immediately.
I tried conn.flush(), however, doesn't seem to work.
I use the latest strophe js: v1.0.3.
Any ideas?
Thanks in advance.
The text was updated successfully, but these errors were encountered: