Skip to content

Connection from task is not properly used when handling incoming task #131

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

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

aaajeetee
Copy link
Contributor

I noticed that when an incoming task is handled, the "connection" attribute of the command is not properly fetched. There is code for it, it used to work, but after that it stopped working.

The problem: the $command is an array, but is treated like an object. I updated the code to treat is as an array and added a test for it.

If you have any feedback please let me know so we can get this bug fixed quickly. (this bug is withholding me from properly using this package)

…it as an array. Use the connection from the task or fallback to the default.
@marickvantuil marickvantuil added the safe-to-test Pull request has access to workflow secrets to run tests label Feb 7, 2024
@marickvantuil marickvantuil merged commit fbd313e into stackkit:master Feb 7, 2024
@aaajeetee
Copy link
Contributor Author

@marickvantuil Thanks for the quick merge! :D

@marickvantuil
Copy link
Member

I've tagged v3.6.6 with this bugfix. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe-to-test Pull request has access to workflow secrets to run tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants