bisq/network
Ivan Vilata-i-Balaguer e4ce976bab Avoid potential race condition on timer creation in `BroadcastHandler.broadcast()`
If the timer is created after sending the message and establishing callbacks, they may have already run on timer creation so it would be pointless (and issue a warning when triggered).

Currently there is no race condition because no callbacks are attached to the futures return by sending broadcast messages, but the timer is still created before in case they were added and for consistency with other classes.
2016-05-05 10:22:47 +02:00
..
src Avoid potential race condition on timer creation in `BroadcastHandler.broadcast()` 2016-05-05 10:22:47 +02:00
pom.xml Prepare v 0.4.3 2016-04-18 00:25:25 +02:00