Skip to content

bug: (@effect/cluster): Add reproduction test case for infinite recursion#2

Open
arijoon wants to merge 1 commit intomainfrom
bug/cluster-rpc-serialisation-missing-encode
Open

bug: (@effect/cluster): Add reproduction test case for infinite recursion#2
arijoon wants to merge 1 commit intomainfrom
bug/cluster-rpc-serialisation-missing-encode

Conversation

@arijoon
Copy link
Copy Markdown
Owner

@arijoon arijoon commented Apr 14, 2026

Cluster rpc serialization causes a full infinite recursion Issue is on cluster/src/Runners.ts around L595 where the envelope's message is not encoded or for some reason the raw BigDecimal object is being packed instead of the encoded message

…sion

Cluster rpc serialization causes a full infinite recursion
Issue is on cluster/src/Runners.ts around L595 where the envelope's message is not encoded or for some reason the raw BigDecimal object is being packed instead of the encoded message
@arijoon arijoon changed the title bug: (@effect/cluster): Add reproduction test case for infinite recur… bug: (@effect/cluster): Add reproduction test case for infinite recursion Apr 14, 2026
@arijoon
Copy link
Copy Markdown
Owner Author

arijoon commented Apr 17, 2026

Patched in: Effect-TS#6183
To re-run the test once the patch is released

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

Successfully merging this pull request may close these issues.

1 participant