WebThingsIO / webthing-rust

Rust implementation of a Web Thing server
Mozilla Public License 2.0
211 stars 25 forks source link

Rework actix #67

Closed lu-zero closed 2 years ago

lu-zero commented 2 years ago

This should pave the way for testing things using the actix testing harness. See #66

lu-zero commented 2 years ago

In addition to my inline comment hosts.clone() is unneccessary, one can just use hosts.

I did not change much the code from its initial state, we should make a run and remove spurious clones later.

tim-hellhake commented 2 years ago

Nice cleanup!