Skip to content

Commit a93d75a

Browse files
author
chengyitian
committed
AJ-434: support PollingClient();
1 parent 382603a commit a93d75a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/com/xxdb/streaming/client/PollingClient.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ public class PollingClient extends AbstractClient {
1919
TopicPoller topicPoller = null;
2020
private HashMap<List<String>, List<String>> users = new HashMap<>();
2121

22+
public PollingClient() throws SocketException {
23+
super(0);
24+
}
25+
2226
public PollingClient(int subscribePort) throws SocketException {
2327
super(subscribePort);
2428
}

0 commit comments

Comments
 (0)