Skip to content
New issue

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

[IMP] mail: prevent message loss during connection issue #32422

Conversation

jgi-odoo
Copy link
Contributor

@jgi-odoo jgi-odoo commented Apr 4, 2019

Before the changes, when a message was posted (on Discuss or in
the chat window), the composer was cleared directly as it didn't
wait for the rpc response. If there was latency or a connection
loss, the message disappeared from the composer but took time to
appear in the content window or didn't appear at all and was lost.
Now, the composer waits for the rpc response and then is cleared.

Task #1957856

@C3POdoo C3POdoo added the RD research & development, internal work label Apr 4, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 4, 2019
@jgi-odoo
Copy link
Contributor Author

@alexkuhn @Xavier-Do

@jgi-odoo jgi-odoo force-pushed the master-post-message-during-connectivity-loss-jgi branch from 11abe92 to 66eab5b Compare April 16, 2019 09:31
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Apr 16, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 16, 2019
Before the changes, when a message was posted (on Discuss or in
the chat window), the composer was cleared directly as it didn't
wait for the rpc response. If there was latency or a connection
loss, the message disappeared from the composer but took time to
appear in the content window or didn't appear at all and was lost.
Now, the composer waits for the rpc response and then is cleared.

Task #1957856
@jgi-odoo jgi-odoo force-pushed the master-post-message-during-connectivity-loss-jgi branch from 66eab5b to 05a1f82 Compare April 23, 2019 12:06
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 23, 2019
@alexkuhn
Copy link
Contributor

@robodoo r+

robodoo pushed a commit that referenced this pull request Apr 24, 2019
Before the changes, when a message was posted (on Discuss or in
the chat window), the composer was cleared directly as it didn't
wait for the rpc response. If there was latency or a connection
loss, the message disappeared from the composer but took time to
appear in the content window or didn't appear at all and was lost.
Now, the composer waits for the rpc response and then is cleared.

Task #1957856

closes #32422

Signed-off-by: Alexandre Kühn (aku) <aku@odoo.com>
@robodoo
Copy link
Contributor

robodoo commented Apr 24, 2019

Merged, thanks!

@robodoo robodoo closed this Apr 24, 2019
@fw-bot fw-bot deleted the master-post-message-during-connectivity-loss-jgi branch October 19, 2019 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants