Another issue: (A version of this is on the Github issues) If you have a single bridge using InvokeServerAsync in two different places, both calls will return the same result.
Example…
You have a bridge called “GetThings”. You arrange the arguments in such a way that one of them describes what to get e.g. sounds, images, colors.
In your SoundData script you call: GetThings:InvokeServerAsync("sounds"), and at the same time in your ColorData script you call: GetThings:InvokeServerAsync("colors").
Whichever operation finishes first will be the return for both. If colors finishes, your sounds fetch will return colors and vice versa.
The workaround here is to use different bridges for different InvokeServerAsync operations.
For any future readers, BridgeNet has been archived and is no longer supported. There is ByteNet which is created by the same person but does lack a lot of features and hasn’t been updated since March 2024.
Update:
An improved version of ByteNet that’s currently being updated is available,
i mean its basically the same amount of effort if we’re being real
a command line package manager would be easier than both but it’s unrealistic unless you use an editor like zed