Skip to content
Snippets Groups Projects
Commit 38dd025a authored by Jonah Husson's avatar Jonah Husson
Browse files

Fix comment

parent e687051e
No related branches found
No related tags found
2 merge requests!510Release,!296Fix listen to return an interface for stopping
......@@ -76,7 +76,7 @@ func TransmitSingleUse(e2eID int, recipient []byte, tag string, payload,
// - cb - the callback that will be called when a response is received
//
// Returns:
// - StopFunc - a function used to stop the listener
// - Stopper - an interface containing a function used to stop the listener
func Listen(e2eID int, tag string, cb SingleUseCallback) (Stopper, error) {
e2eCl, err := e2eTrackerSingleton.get(e2eID)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment