It’s most likely because you were running it in StarterCharacterScripts- BridgeNet.Start isn’t supposed to be ran multiple times. There’s supposed to be a check that runs when BridgeNet runs multiple times though.
BridgeNet.Start creates the instances required for BridgeNet to run, and handles a ton of internal logic like connecting to heartbeat. Connecting this logic multiple times can mess BridgeNet up.