update version to 1.5
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>trader</groupId>
|
||||
<artifactId>Trader</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.5</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>client</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>trader</groupId>
|
||||
<artifactId>Trader</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.5</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>trader</groupId>
|
||||
<artifactId>Trader</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.5</version>
|
||||
|
||||
<organization>
|
||||
<name>Open Software</name>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>trader</groupId>
|
||||
<artifactId>Trader</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.5</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -116,8 +116,9 @@ public class EMDNEmul {
|
||||
executor.scheduleAtFixedRate(()->{
|
||||
for (byte[] message : messages) {
|
||||
LOG.trace("Publish message: {}", message);
|
||||
publisher.send(message);
|
||||
publisher.sendMore(message);
|
||||
}
|
||||
publisher.send(new byte[0]);
|
||||
LOG.trace("Sleep... ");
|
||||
}, 1, 5, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user