msgpack / msgpack-php

msgpack.org[PHP]
BSD 3-Clause "New" or "Revised" License
773 stars 119 forks source link

Consider making MessagePackUnpacker cloneable #145

Open rybakit opened 4 years ago

rybakit commented 4 years ago

It's useful in case you don't have the original argument list the MessagePackUnpacker was constructed with. Also, I think that the original buffer should be preserved in the cloned object.

Related issue: https://github.com/msgpack/msgpack-php/issues/139