austinjones / lifeline-rs

A dependency injection library for message-based applications
MIT License
38 stars 3 forks source link

Stack Overflow when calling LifelineSender::send on a watch::Sender #27

Closed austinjones closed 4 years ago

austinjones commented 4 years ago

This is because the watch sender does not have a send method, it has a broadcast method.

austinjones commented 4 years ago

Resolved by #28