-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fixing connection error #1912
Fixing connection error #1912
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, I left a couple comments.
@cfug/devs In generell I am not sure if this should be considered a breaking change. I know I have code that relies on the current behaviour. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to figure out if this will break peoples code.
thank you for the fast and awesome review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
Is something required from me other than the change log text review? |
@kuhnroyal 's review is still requesting changes. PTAL |
added the stacktrace but this fails in the test
since stacktrace is
so i commented it, should i remove it? or leave it so it gets tested when a better logic for stacktrace exists. |
Any feedback on this? |
I would not consider this as a BC. |
any idea when can this get merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not passing the original stacktrace for now, same as before this PR.
Further discussion for this in #1914
Thanks @zezo357 for your contribution and patience! |
New Pull Request Checklist
main
branch to avoid conflicts (via merge from master or rebase)CHANGELOG.md
in the corresponding packageAdditional context and info (if any)
fixing #1911