You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/06/14 11:27:02 UTC

[Bug 56026] RemoteEndpoint.Async#sendText(String, SendHandler) not thread safe

https://bz.apache.org/bugzilla/show_bug.cgi?id=56026

--- Comment #16 from lukas.lieb@axonivy.com ---
Hi all

I've run currently in the same problem with Tomcat 9.0.63.

In my case there are not really concurrent calls but sometimes multiple calls
shortly after each other, which also can result in this TEXT_FULL_WRITING
Exception. 

For the communication with the client I use LSP4J which seems used mostly with
Jetty and as already mentioned before Jetty behaves here a little bit
different. Don't understand me wrong, I completely understand the reason why
Tomcat wants to follow the spec and the spec does not completely describe what
is right and what not (as far as I understand it). 
Nevertheless in my opinion form the application perspective, it would make more
sense if the server would handle this.
But I also understand that this is not really a bug from the perspective of
Tomcat, but a change request.

So my question is more is there anything planed or an open enhancement request
to change this?

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org