You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: