Marko Petzold
Marko Petzold
ok, the method you mention here will be good for existing sessions. > you can kill all sessions for a given authid using `wamp.session.kill_by_authid` and provide `wamp.close.logout` as reason Iterating...
> Is that what you have in mind? Yes, an independently authorized backend procedure would interact with the cookie store. > Consequently, NEW-API should be registered and provided by cookie.store...
> It might also have an option to also kill any sessions with that authid I kind of would not mix these things here. If someone wants to kill sessions...
This might be due to a situation like this file main.js ```js // dynamic import if (x) import('./b.js') if (y) import('./c.js') ``` file b.js ```js import './device.js' // other code...
1. I am working in a fresh VM with Windows Server 2012R2 2. I installed the required [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) 3. I installed python using the official windows installer...
Thanks for the link ! Currently we have no resources to look into this. I'll put a warning into the readme. Of course if you want to fix this properly...
Of course you guys are right! Here are the logs at least :) What I do to create the error is this in the frontend: **Browser Frontend Code:** ```js //...
duplicate to #2103
Yes, could also be ABJS related. I'm using crossbar single node attached to a master node. No router-to-router links. I extracted some log messages from the node that I associate...
That first line in the log really is the first line. i.e. any log output before is not related to this issue here, because I trigger the client A disconnect...