Sam Winter
Sam Winter
Hi David, I'm on `7.4.4`. Repro: ``` const server = ganache.server({ fork: { url: FORK_URL, }, server: { ws: true, }, }); server.listen(0); ```
Thank you! I ended up writing a utility to find a free port, so it's not super urgent for me.
You can either force Xandra to 0.10.0 or use this: https://github.com/theblitzapp/triton.git. There's an outstanding PR here: https://github.com/blitzstudios/triton/pull/22
I guess you got your answer.
Did you end up solving this?