Skip to content

Commit cfe7597

Browse files
authored
Update README_CN.md
1 parent be69629 commit cfe7597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ MessageQueueSP PollingClient::subscribe(string host, int port, string tableName,
15261526
示例:
15271527
15281528
```cpp
1529-
auto queue = client.subscribe(host, port, handler, tableName);
1529+
auto queue = client.subscribe(host, port, tableName);
15301530
Message msg;
15311531
while(true) {
15321532
if(queue->poll(msg, 1000)) {

0 commit comments

Comments
 (0)