AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Fix recursive default impl for state and remove extra `Box` in VecDeque. #29

Closed creativcoder closed 7 years ago

creativcoder commented 7 years ago

This PR fixes the default impl of State that landed last day, as the current impl results in stack overflow when running examples/simple.rs. and also removes the double indirection in VecDeque fields of State.