Skip to content

Conversation

@caolanm
Copy link
Contributor

@caolanm caolanm commented Feb 11, 2026

…onse

A) A clipboard copy from a document on another coolwsd server B) A paste of that clipboard to a document on this coolwsd server C) This coolwsd attempts to contact the other coolwsd server D) That attempt timeouts, for whatever reason, (routing, test vs production networks?) E) Meanwhile the document on this coolwsd server was closed by the user, ending the session F) The timeout arrives and that failure notice is delivered to the deleted session and we crash

can be reproduced manually by bodging:

  • http::Session::create(url);

Change-Id: I0afc5cbc04f30ac2e3428b7a872533aa19b9999f

  • Resolves: #
  • Target version: main

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

…onse

A) A clipboard copy from a document on another coolwsd server
B) A paste of that clipboard to a document on this coolwsd server
C) This coolwsd attempts to contact the other coolwsd server
D) That attempt timeouts, for whatever reason, (routing, test vs production networks?)
E) Meanwhile the document on this coolwsd server was closed by the user, ending the session
F) The timeout arrives and that failure notice is delivered to the deleted session and we crash

can be reproduced manually by bodging:
- http::Session::create(url);
+ http::Session::create("http://10.255.255.1");
and the above steps

Signed-off-by: Caolán McNamara <[email protected]>
Change-Id: I0afc5cbc04f30ac2e3428b7a872533aa19b9999f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Review

Development

Successfully merging this pull request may close these issues.

1 participant