So i converted the FastCast Redux example gun from Roblox's RemoteEvents to BridgeNet2.
Now the thing is, it only works if BridgeNet2 if i put require(pathto.BridgeNet2) in another script.
When run without the bugfix, i get this error:
ReplicatedStorage.UtilModules.BridgeNet2.src.Server.ServerProcess:95: invalid argument #1 to 'insert' (table expected, got nil) - ServerProcess:95
It seems that without the bugfix, the inboundQueue is always nil.
Example: https://youtu.be/NrjPvSYeG5E