Closed wajda closed 4 months ago
There is no coverage information present for the Files changed
Total Project Coverage | 30.87% | :green_apple: |
---|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
fixes #1300
The method
TxManagerImpl.nextTxNumber()
is supposed to be acting in an increment-and-get fashion tolerating racing conditions. For that reason it should contain a loop to repeat attempts in case of a conflict.