We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fcc4a commit 49e11a0Copy full SHA for 49e11a0
router/dealer.go
@@ -627,8 +627,7 @@ func (d *Dealer) call(caller *session, msg *wamp.Call) {
627
Details: wamp.Dict{},
628
Error: wamp.ErrOptionDisallowedDiscloseMe,
629
})
630
- }
631
- if callee.HasFeature(roleCallee, featureCallerIdent) {
+ } else if callee.HasFeature(roleCallee, featureCallerIdent) {
632
discloseCaller(caller, details)
633
}
634
0 commit comments