Open mihaisdm opened 5 years ago
Hello,
I was expecting to try to reconnect using WebSocket until maxWebsocketErrorRetries is reached, after try fallback mechanism.
Should be "_request.curWebsocketErrorRetries++ >_request.maxWebsocketErrorRetries? not less. Else i do not understand the purpose.
https://github.com/Atmosphere/atmosphere-javascript/blob/eddfa5e8c632fcbfa60fb66fadfdd8095b39b473/modules/javascript/src/main/webapp/javascript/atmosphere.js#L1482
Thank you Mihai
Done
Hello,
I was expecting to try to reconnect using WebSocket until maxWebsocketErrorRetries is reached, after try fallback mechanism.
Should be "_request.curWebsocketErrorRetries++ >_request.maxWebsocketErrorRetries? not less. Else i do not understand the purpose.
https://github.com/Atmosphere/atmosphere-javascript/blob/eddfa5e8c632fcbfa60fb66fadfdd8095b39b473/modules/javascript/src/main/webapp/javascript/atmosphere.js#L1482
Thank you Mihai