Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Motivation: SwiftNIO contained a bogus error message: ``` BUG in SwiftNIO (please report), unleakable promise leaked.:486: Fatal error: leaking promise created at (file: "BUG in SwiftNIO (please report), unleakable promise leaked.", line: 486) ``` The actual meaning is that the ELG was shut down prematurely. ### Modifications: - Replace the message with an accurate one ### Result: - Users less confused - fixes #2855 - fixes #2201
- Loading branch information