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
=======================++++++++++===========================
On Debugging the framework, I found that though the HTTPResponse body has only one message, ajaxRequest.onreadystatechange in jquery.atmosphere.js is called twice which is painting the same message twice.
I am using
transport: streaming,
jquery: jquery-1.9.0.js
atmosphere: jquery.atmosphere.js (Atmosphere 2.0.3 api)
I also tried using atmosphere.js but still no success.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
Help required as my response message is getting printed twice.
I am pushing a string from my servlet to a HTML page, as follows
MetaBroadcaster.getDefault().broadcastTo("/*", dataString);
here dataString is a json string.
=======================++++++++++===========================
On Debugging the framework, I found that though the HTTPResponse body has only one message, ajaxRequest.onreadystatechange in jquery.atmosphere.js is called twice which is painting the same message twice.
I am using
transport: streaming,
jquery: jquery-1.9.0.js
atmosphere: jquery.atmosphere.js (Atmosphere 2.0.3 api)
I also tried using atmosphere.js but still no success.
Thanks in advance
The text was updated successfully, but these errors were encountered: