balena-io-examples / balena-rust-hello-world

Example of how to deploy Rust code on a balena supported device.
https://www.balena.io/docs/learn/getting-started/raspberrypi3/rust/
Apache License 2.0
20 stars 8 forks source link

Fix/for flooding log #30

Closed daikw closed 2 years ago

daikw commented 3 years ago

I've made it work as instructed in the comments.

    // Infinite loop - otherwise the application will quit and the container
    // will be launched again and again and your logs will be flooded with
    // the "Hello, {}!" messages.

Sincerely, for your great product, thank you.

vipulgupta2048 commented 2 years ago

Superseded by #31