We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftNIO 实战之文本修改服务器
https://github.com/swiftdo/swiftdo.github.io/blob/master/swift/vapor/v-23-swiftnio-do-text.html
感谢文章详细的注释,让我初步学习swiftnio用法。同时发现了一些代码小问题。
mdkir niots->mkdir niots context.write(self.wrapInboundOut(buff), promise: nil)->context.writeAndFlush(self.wrapInboundOut(buff), promise: nil) 否则无法在控制台中看到输出
mdkir niots
mkdir niots
context.write(self.wrapInboundOut(buff), promise: nil)
context.writeAndFlush(self.wrapInboundOut(buff), promise: nil)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/swiftdo/swiftdo.github.io/blob/master/swift/vapor/v-23-swiftnio-do-text.html
感谢文章详细的注释,让我初步学习swiftnio用法。同时发现了一些代码小问题。
mdkir niots
->mkdir niots
context.write(self.wrapInboundOut(buff), promise: nil)
->context.writeAndFlush(self.wrapInboundOut(buff), promise: nil)
否则无法在控制台中看到输出The text was updated successfully, but these errors were encountered: