We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd51ae commit 05b060eCopy full SHA for 05b060e
1 file changed
src/routing.coffee
@@ -63,8 +63,9 @@ class Binder
63
#FIXME: add an unsubscribeQueue to Client/transport, and use that
64
return callback null
65
66
- listBindings: (callback) ->
+ listBindings: (callback) -> # FIXME: implement
67
debug 'Binder.listBindings'
68
+ return callback null, []
69
70
71
exports.Binder = Binder
0 commit comments