-
From `51.40034 9.18947` to `51.49162 9.00455` the routing is correct. But if Wuppertal or Düsseldorf are set as the ending point, the route avoids autobahn in the beginning. Any ending point before Wu…
-
Webbit is currently tracking a non-existent Autobahn repo as a submodule.
Rather than explicitly calling a submodule, the virtualenv file can be update to use the package that has been built instead.…
-
currently, we check for event handlers and registered procedures actually being a `function` using this assert:
```
util.assert(typeof endpoint === 'function', "Session.register: must be a funct…
-
After building and uploading new Docker images for Autobahn, it would be great to have the new Docker images listed in a way that allows exact reference and direct use in other projects
Docker CLI …
-
I am running turnpike on:
Architecture: armv7l
Byte Order: Little Endian
Which is 32Bit.
Autobahn.js RequestID differs from turnpikes.
I think the problem is:
type ID uint
Autob…
-
es gibt bereits 4 pull requests, von denen 3 sofort in den master könnten. da ich aber nicht genau sehen oder nachvollziehen kann, wie die app auf dem playground deployed wurde bzw. der aktuelle maste…
-
AutobahnJS supports and uses cutting edge secure technology, for authentication, and (upcoming) for XBR (end-to-end data transaction level encryption).
ABJS supports WAMP-cryptosign, an authenticat…
-
See http://autobahn.ws/testsuite/index.html
-
Upcoming release supports the use of alternative codecs for wamp serialization for JSON and CBOR via env vars like this:
```
(cpy372_3) oberstet@thinkpad-x1:~/scm/crossbario/crossbar$ crossbar ver…
-
Hi everyone,
I use `autobahn` with `daphne`/`Django` for a websocket application.
We got a usecase where we disconnect the client and reset the connection. To show this in the log files and properly…