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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Yes, isDone() is always going to be true for the reasons I described
previously.

You can try reducing the write timeout (see the WebSocket How-To in the docs)
but you are still going to have the TCP buffer issue. You could reduce the size
of those via Connector configuration but that might have a negative performance
impact.

Adding an expiry time and filtering based on that on the client is certainly
another valid option.

You'll need to do some testing to figure out which is the best option for your
environment.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to