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

Suppressing stack trace on PacketDecodingException #49

Merged
merged 3 commits into from
Mar 15, 2023

Conversation

devos50
Copy link
Contributor

@devos50 devos50 commented Jul 26, 2021

Since the Kotlin IPv8 implementation does communicate with older (Dispersy) versions, it can happen that it receives a message with an invalid prefix. This PR changes this behaviour slightly such that receiving an invalid message will not spam the log with tracebacks.

Fixes #48

@InvictusRMC InvictusRMC marked this pull request as ready for review March 15, 2023 09:18
@github-actions
Copy link

File Coverage [84.95%] 🍏
Community.kt 84.95% 🍏
Total Project Coverage 62.99% 🍏

@InvictusRMC
Copy link
Member

Thanks @devos50! 😄

@InvictusRMC InvictusRMC merged commit 0623f77 into Tribler:master Mar 15, 2023
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.

Continuous error spam when running the demo application
2 participants