Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: When compiling the tests the following warning is printed: swift-nio/Tests/NIOTests/SelectorTest.swift:361:43: warning: result of call to 'wait()' is unused }.wait().forEach { return try! $0.wait() } as Void) Modifications: Ignore return value to silent the compiler warnings. Result: No more warnings.
- Loading branch information