Hello,
Describe the bug
Even if Meta Api Service is activated on the realm, wamp.session.kill procedures don't work. they raise no_such_procedure error.
Note that other procedures such as wamp.session.list or wamp.session.get returns expected result.
To Reproduce
after adding
IDisposable disposable = realm.HostMetaApiService();
javascript call wamp.session.list on this realm using autobahn.js
the result is OK
then javascript call wamp.session.kill on a session_id or call wamp.session.kill_all or call wamp.session.kill_by_authid
and they raise no_such_procedure error
Hello, Describe the bug Even if Meta Api Service is activated on the realm, wamp.session.kill procedures don't work. they raise no_such_procedure error. Note that other procedures such as wamp.session.list or wamp.session.get returns expected result.
To Reproduce after adding
IDisposable disposable = realm.HostMetaApiService();
javascript callwamp.session.list
on this realm using autobahn.js the result is OK then javascript callwamp.session.kill
on a session_id orcall wamp.session.kill_all
orcall wamp.session.kill_by_authid
and they raiseno_such_procedure
errorExternal WAMP libraries involved autobahn.min.js V20.9.2
.NET platform variant WAMPSharp V20.1.1 Behavior is the same on