[release] ChirpStack Application Server v3.12

@sagarpatel @brocaar can you tell me how to disable the 30s Ping/Pong? I really would like to have my live Frames back.
Is it possible to Change
“return wsproxy.WebsocketProxy(r, wsproxy.WithPingControl(30*time.Second)), Nil”
back to
“return wsproxy.WebsocketProxy(r )), Nil”

Thanks

ChirpStack Application Server v3.12.2

Improvements

  • Add gateway-profile option to configure (expected) gateway stats interval.
  • Implement workaround for parsing LoRa Cloud stream records containing GNSS payloads.

Bugfixes

  • Revert ‘Add WebSocket ping (30s interval) to avoid that load-balancers close the connection after inactivity’ as it causes more issues that that it solves.
  • Fix resetting altitude when updating the gateway location.
4 Likes

@brocaar Thanks a lot! :+1: