Sergio Machado
Results
2
comments of
Sergio Machado
UPDATE: if I add `--release` to the `cargo run` command I don't get the panic: ``` cargo run --release --package gql-gateway --bin router \ -- \ --anonymous-telemetry-disabled \ --config router.yaml...
I guess this is expected since the panic happens because there is a call to `panic`. This didn't happen before though and the message indicates that this might be due...