We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been trying to subscribe to multiple channels using the Jquery pub/sub example which actually hangs when i try to subscribe and publish.
Code Snippet - for(var i = 0; i < 10; i++) { subscribe(i); } function subscribe(channel_id) { // jquery.atmosphere.response function callback(response) { // Websocket events. $.atmosphere.log('info', ["response.state: " + response.state]);
<a href="javascript:send_message(0)" title="For Bidding" >on click hangs the request
Environment - atmosphere 0.7.2 Tomcat 7.0.12 with Nio connector
Any help would be great!!
Thanks, -Viv
The text was updated successfully, but these errors were encountered:
This is a browser limitation. You must use WebSocket or configuire the Browser to allow enough requests.
Sorry, something went wrong.
No branches or pull requests
I have been trying to subscribe to multiple channels using the Jquery pub/sub example which actually hangs when i try to subscribe and publish.
Code Snippet -
for(var i = 0; i < 10; i++) {
subscribe(i);
}
function subscribe(channel_id) {
// jquery.atmosphere.response
function callback(response) {
// Websocket events.
$.atmosphere.log('info', ["response.state: " + response.state]);
Environment -
atmosphere 0.7.2
Tomcat 7.0.12 with Nio connector
Any help would be great!!
Thanks,
-Viv
The text was updated successfully, but these errors were encountered: