-
Hi,
in my application with (autobahn v19.3.3: but I noticed the same "issue" also in v18.10.1 and I don't know in the others) I notice that the auto-reconnection procedures stop working after these e…
-
That happens when a proxy worker is run over TLS
```
File ".tox/buildexe/lib/python3.7/site-packages/autobahn/websocket/protocol.py", line 1235, in consumeData
File ".tox/buildexe/lib/p…
-
> A central router, with a python component and web frontend (worldwide
> visible). And various small routers with python components (and
> medium/high cpu load), wich can (and should) work offline…
-
Hi..
I just open this discuss becose the old topic is full and slow for browser ..
## Last Method:
method 1 : via (other xml not to deviceservices - exploit)
method 2 : via (apple cert & key and i c…
TTMTT updated
4 years ago
-
This happened here: https://github.com/golemfactory/golem/issues/4768
crossbar version:
```
Crossbar.io : 19.6.2
txaio : 18.8.1
Autobahn : 19.6.2
UTF8 Val…
-
running the complex rpc example in python 2.7 with autobahn 19.1.1 doesn't work.
it seems like autobahn fails to convert the keyword arg keys to unicode:
```
2019-02-08T12:04:29+0100 session at…
-
WAMP supports the use of different serialization formats, namely JSON and MsgPack as of today (and potentially more in the future).
More so, WAMP not only provides the use of one of multiple serializ…
-
call() returns a promise, but the connection object expect you to register the connection.onopen callback. Not only this makes the API heterogeneous, callbacks are also less flexible than promises and…
-
Hello!
To reproduce this issue I've used standard code from crossbarexamples-master\hello\csharp
gist: https://gist.github.com/nj4x/ee1bd3df790bc0c74136
Steps
a) start crossbar.io router using .cro…
-
I tried following:
`session.register('com.myapp.add2', add2);`
When I then call `session.call('wamp.registration.lookup', ["com.myapp.add2"])`, I get the correct result.
However, when I call `sessio…