iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Fix: resolve race in networking layer assigning write operation to key #1865

Closed GalRogozinski closed 4 years ago

GalRogozinski commented 4 years ago

Description of change

Tries to solve the syncing problem from #1863 by synchronizing between registering of operation to keys, to ensure no race conditions...

Type of change

How the change has been tested

It was ran w.o. data races and no noticeable sync slow down

Change checklist