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(spigot): remove duplicate async listener for incoming packets #365

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

diogotcorreia
Copy link
Member

Incoming packets where being handled both in a sync and an async thread.

Fixes #364

Incoming packets where being handled both in a sync and an async thread.

Fixes #364
@diogotcorreia diogotcorreia added type:bug Something isn't working as expected module:spigot Related to Spigot/PaperMC labels Dec 17, 2023
@diogotcorreia diogotcorreia added this to the 4.0.0 milestone Dec 17, 2023
@diogotcorreia diogotcorreia self-assigned this Dec 17, 2023
@diogotcorreia diogotcorreia enabled auto-merge (squash) December 17, 2023 19:41
@diogotcorreia diogotcorreia merged commit 03d9de1 into v4 Dec 17, 2023
1 check passed
@diogotcorreia diogotcorreia deleted the fix/duplicate-listeners-incoming-packets branch December 17, 2023 19:42
diogotcorreia added a commit that referenced this pull request Dec 18, 2023
Incoming packets where being handled both in a sync and an async thread.

Fixes #364

Backport of 03d9de1 to v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:spigot Related to Spigot/PaperMC type:bug Something isn't working as expected
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant