Hello,
At some point autobahnJs clients started to receive callee information for each RPC request. Is this a bug or a feature? And is there a way to disable it?
Example request/response copied from firefox dev tools
autobahnJS -> crossbar -> autobahnPython backend
request [48,1,{},“com.example.get_data”]
response [50,1,{“callee”:1234567890,“callee_authrole”:“backend”},[7]]
Tested with the latest crossbar/autobahn versions. Can be replicated with this example: