vapor / async-kit

Sugary extensions for the SwiftNIO library
MIT License
71 stars 25 forks source link

Nio kit test case #9

Closed MrLotU closed 5 years ago

MrLotU commented 5 years ago

Fixes #5

MrLotU commented 5 years ago

Works fine, as seen here: https://github.com/MrLotU/nio-kit-tests-tryout (swift build and swift test work wonders)

tanner0101 commented 5 years ago

@MrLotU the test project you linked doesn't actually import or use NIOKit in the executable module. The Swift compiler might not be attempting to build or link NIOKit if it's not being used.

MrLotU commented 5 years ago

@tanner0101 Updated my temp project to actually use NIOKit, still works like a charm :D

tanner0101 commented 5 years ago

@MrLotU sorry I missed your last message here. I think we should merge this now. 👍 Just a conflict that needs resolved.