edgexfoundry / edgex-ui-clojure

Owner: Core/Support WG
Apache License 2.0
1 stars 7 forks source link

Improve base64 encode reading checking #26

Closed lindseysimple closed 5 years ago

lindseysimple commented 5 years ago

REST call was performed for every reading which slows down the performance. Improve the check for base64 encoding value for simply checking the base64 string length & last character.