Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pushing signals with subtables returns no subtable #3744

Open
Kirill0170 opened this issue Nov 6, 2024 · 4 comments
Open

pushing signals with subtables returns no subtable #3744

Kirill0170 opened this issue Nov 6, 2024 · 4 comments

Comments

@Kirill0170
Copy link

when using computer.pushSignal() with valid table, such as: {"b",{"c"}}, event.pull() returns a table without any subtables: {"b"}
screenshot:
image

is this intended behavior? I checked documentation, and it says thst subtables are supported.
tried this on both lua 5.3 & 5.4

@ff66theone
Copy link
Contributor

And does pullSignal make the iasue ? If yes its a OC problem, otherwise its openos

@Kirill0170
Copy link
Author

And does pullSignal make the iasue ? If yes its a OC problem, otherwise its openos

yes, the issue persists when using computer.pullSignal()
image

@ff66theone
Copy link
Contributor

Idk, to avoid issues even if this is supported try serializing the table like youre sending it on the network.

@ff66theone
Copy link
Contributor

Try lua 5.2 also, the page hasn't been updated since 2021

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

No branches or pull requests

2 participants