NsqSharp
NsqSharp copied to clipboard
Add Deflate support
See:
- https://github.com/nsqio/go-nsq/blob/d71fb89c9e0263aaed89645b0b168e11ccf597b1/conn.go#L352
- https://github.com/nsqio/go-nsq/blob/d71fb89c9e0263aaed89645b0b168e11ccf597b1/conn.go#L407
Notes:
- Working with
DeflateStream
and TCP http://stackoverflow.com/questions/35460378/why-is-my-deflatestream-not-receiving-data-correctly-over-tcp - https://godoc.org/compress/flate
- https://golang.org/src/compress/flate/