dominictarr / mux-demux

mutiplex-demultiplex multiple streams through a single text Stream
MIT License
179 stars 15 forks source link

Expose a destroyed flag #9

Closed Raynos closed 12 years ago

Raynos commented 12 years ago

This allows me to distinguish between a

 - mdm stream ended because the remote ended it  - mdm stream ended because md was ended (i.e. a server disconnect)

dominictarr commented 12 years ago

merged

On Sat, Aug 11, 2012 at 7:19 AM, Raynos notifications@github.com wrote:

This allows me to distinguish between a

  • mdm stream ended because the remote ended it

- mdm stream ended because md was ended (i.e. a server disconnect)

You can merge this Pull Request by running:

git pull https://github.com/Raynos/mux-demux patch-4

Or view, comment on, or merge it at:

https://github.com/dominictarr/mux-demux/pull/9 Commit Summary

  • Expose a destroyed flag

File Changes

  • M index.js (1)

Patch Links