mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Add mutex for modification of the map tracking request/reply #401

Closed gertjaap closed 6 years ago

gertjaap commented 6 years ago

When receiving a reply at the same time of sending a request, you will concurrently write to the map which should not happen. This fixes that.