<@U054MQUPL>: so my understanding: NailgunStreamWr...
# development
w
@rough-minister-58256: so my understanding: NailgunStreamWriter acts like a file object and passes data written to it synchronously straight to the underlying socket. but it looks like NailgunStreamReader is more like "NailgunStreamCopyWriter" in that it reads from a file object and sends data to a socket... ie, it's not used for reading from a NailgunStream... it's used to write to one