[SPIGOT-4714] Broadcasts can no longer be done from secondary threads Created: 23/Apr/19 Updated: 01/May/19 Resolved: 01/May/19 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | md_5 | Assignee: | md_5 |
Resolution: | Fixed | Votes: | 1 |
Labels: | 1.14 |
Issue Links: |
|
||||||||
Version: | - | ||||||||
Guidelines Read: | Yes |
Description |
Whilst never guaranteed thread safe, it is probable that the broadcast methods are widely used from async threads. As such we should investigate making it available in this situation again. The event call however is problematic as sending it back to the main thread would limit throughput.
|