ERROR c.g.k.c.s.impl.WebSocketServiceImpl - Web socket connection closed due to BufferOverflow raised by Tyrus client. [It might be realated to @SetUp, @TearDown in Katalon]

I found the jar is budled in Katalon Stuido v8.1.0

In the Release Notes of v8.0.5
I found the following:

This implies that the Plugin is pre-installed.
It is used when you opt on the “Time Capsule” feature.

Do you use “Time Capsule” feature when you experienced the ERROR? Try opt off and see if the ERROR still occurs.

If you want to use the “Time Capsule” feature, then you should follow the message

See DefaultWebSocketContainerFactory class source on how to increase the incoming buffer size in Tyrus or visit https://github.com/kklisura/chrome-devtools-java-client/blob/master/cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java "

1 Like