igniterealtime / pade

Pàdé (Yoruba word for Meet) is a browser extension (Chrome/Edge) based unified communications desktop client for Openfire.
https://igniterealtime.github.io/pade/
Apache License 2.0
104 stars 47 forks source link

Converse Window closes in the middle of typing #141

Closed deleolajide closed 5 years ago

deleolajide commented 5 years ago

When a connection is lost (especially with websockets), the default action is to attempt a periodic reconnect until successful. When connection occurs, the extension is reloaded to re-initialize all event handlers properly. This action forces all open windows to close.

Long term solution is to remove the need for a reload of the extension. In the meantime, make auto-re-connection configurable for both background and Converse.

deleolajide commented 5 years ago

Auto-re-connection is now configurable in version 1.1.4

deleolajide commented 5 years ago

Fixed in version 2.0