Skip to content

Fix/json http#130

Merged
GaijinKa merged 3 commits intomeetecho:mainfrom
b3by:fix/json_http
Feb 27, 2026
Merged

Fix/json http#130
GaijinKa merged 3 commits intomeetecho:mainfrom
b3by:fix/json_http

Conversation

@b3by
Copy link
Collaborator

@b3by b3by commented Feb 27, 2026

Description

This PR fixes an important issue that existed in the source node for http POST requests, where the node inbound queue was replaced in the node implementation.

PR type
Select all the labels that apply to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test update
  • Build/CI configuration change
  • Other (please describe):

Key modifications and changes

The JsonHttp source node now directly writes incoming messages to the node input queue, without the need to poll its own queue.

Affected components

JsonHttp source node.

@b3by b3by requested a review from GaijinKa February 27, 2026 11:16
@b3by b3by added type:bug Something isn't working priority:medium labels Feb 27, 2026
@GaijinKa GaijinKa merged commit 1dbe5e2 into meetecho:main Feb 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:medium type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants