Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

BridgeNet2 not working on serverside without warmup #37

Open
Normantas opened this issue Sep 2, 2023 · 1 comment
Open

BridgeNet2 not working on serverside without warmup #37

Normantas opened this issue Sep 2, 2023 · 1 comment

Comments

@Normantas
Copy link

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

@ffrostfall
Copy link
Owner

ffrostfall commented Sep 5, 2023

This looks like an initialization issue, obviously. Not much I can do at the moment, but I know it exists.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants