Ok returns a receive only channel that can be used to get a PubAck.
()
| 72 | PubAckFuture interface { |
| 73 | // Ok returns a receive only channel that can be used to get a PubAck. |
| 74 | Ok() <-chan *PubAck |
| 75 | |
| 76 | // Err returns a receive only channel that can be used to get the error from an async publish. |
| 77 | Err() <-chan error |
no outgoing calls