We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c968c0 commit a2fc882Copy full SHA for a2fc882
src/routing.coffee
@@ -60,6 +60,7 @@ class Binder
60
binding = @bindings[id]
61
return callback new Error "Binding does not exist" if not binding
62
binding.enabled = false
63
+ delete @bindings[id]
64
#FIXME: add an unsubscribeQueue to Client/transport, and use that
65
return callback null
66
0 commit comments