mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The production code calls connection.session.getRuntimeMetrics() when closing the WebSocket server, but MockSession in the relay-reconnect tests didn't implement this method, causing all close() calls to throw.