zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 217 forks source link

Ice/invoke PrinterI should always call endEncapsulation on the InputStream #44

Closed externl closed 5 years ago

externl commented 5 years ago

See https://github.com/zeroc-ice/ice-demos/blob/3.7/cpp11/Ice/invoke/PrinterI.cpp#L35

We always call startEncapsulation() but we don't always call endEncapsulation()

We should check other languages too.