stakwork / sphinx-key

Lightning hardware signer on ESP32
29 stars 1 forks source link

properly queue messages #121

Closed Evanfeenstra closed 1 year ago

Evanfeenstra commented 1 year ago

The try_to_get_busy does not preserve the order of messages coming from CLN. We need to implement a queue for messages (Arc<Mutex>)?