Skip to content

Add a method to unbind all callbacks

Compare
Choose a tag to compare
@nikolalsvk nikolalsvk released this 22 Feb 12:19
· 90 commits to master since this release

You can now unbind all callbacks form a channel mock like so:

channelMock.unbind_all();

Thanks to @kubk, here is his PR #35