NsqSharp icon indicating copy to clipboard operation
NsqSharp copied to clipboard

Add Deflate support

Open judwhite opened this issue 8 years ago • 0 comments

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/

judwhite avatar Oct 14 '16 07:10 judwhite