David Pitfield [dbp]
David Pitfield [dbp]
Yes, the socket is definitely configured to be blocking (`isBlocking` in Socket.swift). EWOULDBLOCK is being raised in the SSL layer upon reading at least one byte but fewer bytes than...
Let's move the swift-argument-parser version constraint problem to #42. And use this issue (#41) to explore the bigger question of moving PostgresClientKit from BlueSocket/BlueSSLService to swift-nio.
Thanks for this suggestion. I need to learn more about arrays in Postgres, and will then reply with my thoughts on this.
I agree that removing the BlueSocket/BlueSSLService dependencies is highly desirable. Thank you for your thoughts about SwiftNIO vs. Network Framework. Right now, I don't know enough to have my own...
1) Thanks for the update. Please see my comment over at #10. 2) Thanks for sharing your experience and thoughts on Swift NIO & Network Framework. Appreciated!