[http_service.concurrency] type = "requests" soft_limit = 35
Thanks for the details… You want type = "connections" for WebSockets, actually. (And also fly_app_concurrency was showing request count earlier, as I understand it.)
type = "connections"
fly_app_concurrency
"requests" usually is the best choice, but…
"requests"