commit | 03702b48989174dc8afa855e663a28e34b4da67b | [log] [tgz] |
---|---|---|
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | Thu Jun 28 14:42:05 2018 +0200 |
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | Thu Aug 02 11:04:01 2018 +0200 |
tree | e89a4930aab1a53014b81e76be493dda41d9e007 | |
parent | cf1465f37d20391a921df449d5dd01454f64910c [diff] |
Use Either instead of exceptions in frame decoder Goals: * Make code cleaner (in a FP way) * Avoid costly exception throw each time we wait for the rest of the frame (collecting stack traces is costly and we do not need them anyway) Closes ONAP-437 Change-Id: I40341d3c2cb85f3ff581d89167245cb009dbb070 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com> Issue-ID: DCAEGEN2-601