Skip to content
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

Fix a small bug in NetworkingRouter #129

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Fix a small bug in NetworkingRouter #129

merged 1 commit into from
Aug 9, 2023

Conversation

creativedrewy
Copy link
Contributor

Description

Prior to this fix, in NetworkingRouter.kt, when an error response comes in, the class would still try and read from inputStream. In the error case, that may not exist, so it throws an exception.

Work Completed

This PR fixes the bug in NetworkingRouter. It mirrors a fix that was made by @Funkatronics in the other metaplex kt lib.

@Funkatronics
Copy link
Collaborator

I give my blessing but want to let @ajamaica take the final call

@Funkatronics
Copy link
Collaborator

this mirrors the fix made here

@creativedrewy
Copy link
Contributor Author

@ajamaica can you re-run the CI

@ajamaica
Copy link
Contributor

ajamaica commented Aug 4, 2023

Hey! I was on a flight. Sorry for not seeing this.

Copy link
Contributor

@ajamaica ajamaica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the bug. Thanks for the fix Now i think we need to handle the resources better.

@Funkatronics
Copy link
Collaborator

Thanks Arturo! Do you know whats up with the CI? lmk if you need some help with that

@ajamaica
Copy link
Contributor

ajamaica commented Aug 7, 2023

Not sure. I am giving time for this next months.

@ajamaica ajamaica merged commit e19e5a9 into metaplex-foundation:master Aug 9, 2023
1 check failed
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.

3 participants