Skip to content

Commit df38aa2

Browse files
authored
Update README.md
1 parent cfe7597 commit df38aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ MessageQueueSP points to a MessageQueue, where user can poll messages from the s
738738
###### Example
739739

740740
```c++
741-
auto queue = client.subscribe(host, port, handler, tableName);
741+
auto queue = client.subscribe(host, port, tableName);
742742
Message msg;
743743
while(true) {
744744
if(queue->poll(msg, 1000)) {

0 commit comments

Comments
 (0)