-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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:Fix error when adding two or more publishers #1507
base: develop
Are you sure you want to change the base?
Conversation
@zolmk 1. Submit logs in English
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1507 +/- ##
==========================================
Coverage 34.23% 34.23%
Complexity 847 847
==========================================
Files 262 262
Lines 5953 5953
Branches 560 560
==========================================
Hits 2038 2038
Misses 3722 3722
Partials 193 193 ☔ View full report in Codecov by Sentry. |
Changes proposed in this pull request:
java.lang.IllegalThreadStateException
.Because there is currently only one publisher for the project, this problem does not occur, and if you register more than one publisher, there will be a problem.