Skip to content

Commit

Permalink
fixed websocket example runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCookieLab committed Mar 15, 2018
1 parent 2419d83 commit 21c2116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cf/example/PoloniexWSSClientExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void run() throws Exception
{
wssClient.addSubscription(PoloniexWSSSubscription.USDT_ETH, new LoggerMessageHandler());
wssClient.addSubscription(PoloniexWSSSubscription.TICKER, new TickerMessageHandler());
wssClient.run(10000);
wssClient.run(60000);
}
}
}

1 comment on commit 21c2116

@dshalayev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey is there a way I to get a hold of you so we can talk. I have few questions about Java and poloniex. I am just finishing first java course and if you dont mind wuld like to ask few questions.

Please sign in to comment.