-
Firstly, I really am hoping that I can get this to work on my windows machine, because I have been looking for something like this solution for a long time. Really good work guys!
My development envi…
-
Hello bakers,
I recently encountered a problem with a database query error on CakePHP 3.1.4, an error that didn't occur in CakePHP 3.1.1. I believe this error is both my end and CakePHP's end. Took m…
-
I believe there is a race condition that exists with custom authentication/authorization used in conjunction on crossbar 10.4. Sometimes on router start up, authentication and authorization work fine,…
-
### Error Message
```
Notice: Trying to get property of non-object in /.../woocommerce/includes/admin/class-wc-admin-post-types.php on line 712
```
### System Info
```
WC Version: 2.5.2
WP Version: …
-
I think it could be cool to add [WAMP support](http://wamp-proto.org/), similarly to Socket.IO support and SockJS support.
WAMP is an open standard WebSocket subprotocol that provides messaging patte…
darkl updated
9 years ago
-
Besides having a meta RPC for listing all currently registered procedures (or asking if a given URI is registered as a procedure), we might have WAMP metaevents that fire upon the router allowing a ne…
-
Crossbar does not seem to support following procedures:
wamp.reflection.topic.list
wamp.reflection.procedure.list
wamp.reflection.error.list
I am doing something wrong or those are not implemented y…
-
At the moment only the router is responsible to decide whether a caller is allowed to call a callees remote procedures or not. But the router should be a black box that could be a part of any scenario…
-
I have implemented a router component in C++ (using AutobahnCpp) that provides telemetry services for a large M2M solution. This C++ component is hosted on a Crossbar router (AutobahnPyton) and relies…
-
Hi All,
I'm wondering if it is possible to subscribe to auto_ping events like wamp meta events?
I am using custom authentication/authorization from python 3 guest workers that are disconnecting from…