I have a question regarding frame size for web soc...
# http4k
s
I have a question regarding frame size for web sockets, how does one set this?
d
haven't come across this problem before - that's something that isn't currently settable at the http4k level, so you'll have to dig into the implementation to do it in the specific server layer. which backend are you using?
s
That’s what I thought, I had dug through the http4k code. Backend is Undertow, one of my colleagues threw all sorts of SpringBoot stuff at me đŸ™ƒ, all I need is a handle to the underlying websocket.
d
I think you might be able to do it using a custom Undertow instance and set
setBufferSize
on the UndertowBuilder