use end_json to end streaming when in streaming mode in addition

to `end_stream`
This commit is contained in:
alisdair sullivan 2014-08-13 23:00:35 -07:00
parent b14714aef9
commit c25bb49902
5 changed files with 38 additions and 7 deletions

View file

@ -1,3 +1,7 @@
v2.1
* force the end of streams with `end_json` in addition to `end_stream`
v2.0.4
* more typespec adjustments