Skip to content

fix: Reverse request without payload trash#35

Merged
alt-romes merged 1 commit into
masterfrom
wip/romes/34
May 12, 2026
Merged

fix: Reverse request without payload trash#35
alt-romes merged 1 commit into
masterfrom
wip/romes/34

Conversation

@alt-romes
Copy link
Copy Markdown
Collaborator

setField "type" was just appending the "type" to the current payload.
We should use setType instead, which "starts from scratch" the
payload. It is also what we use for e.g. sendSuccesfulResponse,
sendSuccesfulEvent, sendErrorResponse, etc...

Fixes #34

`setField "type"` was just appending the "type" to the current payload.
We should use `setType` instead, which "starts from scratch" the
payload. It is also what we use for e.g. `sendSuccesfulResponse`,
`sendSuccesfulEvent`, `sendErrorResponse`, etc...

Fixes #34
@alt-romes alt-romes requested a review from dmjio May 12, 2026 13:57
@alt-romes alt-romes merged commit cea2fe6 into master May 12, 2026
1 check passed
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.

Reverse-request should not have request_seq

2 participants