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

libp2p: disable self triggering #3826

Merged
merged 1 commit into from
Jun 30, 2022
Merged

libp2p: disable self triggering #3826

merged 1 commit into from
Jun 30, 2022

Conversation

arnetheduck
Copy link
Member

All message processing is done in the validation callbacks, so there's
no need to trigger data handlers for messages we publish - the
self-publish is async, and therefore has an associated cost

All message processing is done in the validation callbacks, so there's
no need to trigger data handlers for messages we publish - the
self-publish is async, and therefore has an associated cost
@github-actions
Copy link

Unit Test Results

     12 files  ±0     857 suites  ±0   1h 0m 34s ⏱️ -30s
1 711 tests ±0  1 659 ✔️ ±0    52 💤 ±0  0 ±0 
9 940 runs  ±0  9 812 ✔️ ±0  128 💤 ±0  0 ±0 

Results for commit 96aa6ab. ± Comparison against base commit c75d39f.

@arnetheduck arnetheduck merged commit 24c435a into unstable Jun 30, 2022
@arnetheduck arnetheduck deleted the no-trigger branch June 30, 2022 09:54
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.

2 participants