Commit 50015d3
authored
[fix] Correct the SendAsync() description (#1066)
### Motivation
After #1029 , `eventChan` is split into `dataChan` and `cmdChan`. But the description of `SendAsync()` is not modified.
https://github.com/apache/pulsar-client-go/blob/9867c29ca329302e97ddd9c6a99f66853c7f447f/pulsar/producer.go#L226-L231
### Modifications
- Correct the description of SendAsync() description1 parent 16a0299 commit 50015d3
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
| 227 | + | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| |||
0 commit comments