Skip to content

Commit b596dcc

Browse files
author
Aleksandar Osenov
committed
Small change for auth server
1 parent 8f05852 commit b596dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicehive-auth/src/main/java/com/devicehive/proxy/AuthProxyClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ public void push(Request request) {
8282
@Override
8383
public void start() {
8484
client.start();
85+
pingServer();
8586
createTopic(Arrays.asList(requestTopic, replyToTopic));
8687
subscribeToTopic(replyToTopic);
8788

88-
pingServer();
8989
}
9090

9191
public void createTopic(List<String> topics) {

0 commit comments

Comments
 (0)