Skip to content

Commit

Permalink
honor initialDelay
Browse files Browse the repository at this point in the history
Bug reported by Murtuza - THANK YOU!
  • Loading branch information
ar committed Jul 24, 2012
1 parent f4cdea5 commit 9c1e67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/saf/src/main/java/org/jpos/saf/SAF.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public void stopService() {
}
public void run() {
Thread.currentThread().setName (getName());
ISOUtil.sleep(initialDelay);
while (running()) {
if (!mux.isConnected()) {
ISOUtil.sleep (1000);
Expand Down

0 comments on commit 9c1e67a

Please sign in to comment.