liftbridge-io / go-liftbridge

Go client for Liftbridge. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
68 stars 18 forks source link

Fix AckInbox documentation #43

Closed Jmgr closed 4 years ago

Jmgr commented 4 years ago

This PR fixes liftbridge.AckInbox's documentation to reflect what is done within Liftbridge (current documentation states that no ack is sent if the inbox message parameter is not set, this is wrong: a random inbox is generated in that case).