Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Bus

- **Independent**: has no external dependencies
Expand Down Expand Up @@ -142,7 +144,7 @@ Inside the `test_scenarios` folder, you can find the following scenarios:
send a welcoming email or a sms, or the audit system malfunctions.

Simulating audit service malfunctions easy.
Instead of using `Sub`, we're using `SubUnsub` to register the listener
Instead of using `Sub`, we're using `SubCancel` to register the listener
and return [`true`](https://github.com/badu/bus/blob/master/test_scenarios/fire-and-forget/audit/service.go#L36) to
unsubscribe on events of that kind.

Expand Down