Closed tanner0101 closed 8 years ago
Actually, I'd prefer to hold off on adding C7 as a dependency here until we have a bit more we get out of it (especially nowadays when I frequently get a conflict of C7 versions high up the dependency tree, so until things stabilize a bit I'd prefer to hold off).
I hope it's not too much trouble for Vapor to include this extension in your repo for now and I expect to add this later down the line when there aren't new versions of C7 being released so often.
As long as #35 is solved in a way that doesn't create conflicts with C7.Stream (basically using var closed: Bool
) then it's totally fine to hold off on C7 support inside of Socks.
Adding C7 Stream support would allow people to easily import Socks and plug it into their existing Stream code.
If this is something @czechboy0 thinks should be included in Socks, it should be pretty easy.
This would also rely on #35 since C7 stream includes a
closed
property.