-
We have quite a few long running tests that take up a few seconds. Even if we only clean up the top 10 we should be able to shave at least a minute off the CI
-
I would like to connect to a websocket server (Autobahn), and then subscribe to a channel.
When I use this lib:
```
websocket = new WebSocket("wss://api.domain.com", "*", "wsservice");
web…
yozef updated
6 years ago
-
Hi, I was just following the quickstart guide to set up the random agent, and after less then a minute I am getting a warning message
> If you're seeing this message, probably forgot to update auto…
nit4y updated
3 weeks ago
-
-
It would appear that the WS implementation with uWSGI doesn't pass the autobahn [test suite](http://autobahn.ws/testsuite), used by the majority of companies to ensure correct WS implementation (such …
-
It would be fabulous to have good websocket & WAMP support in Plone via the autobahn.ws Python implementation. I asked @oberstet a while back about supporting asyncore in autobahn.ws (in addition to T…
petri updated
9 years ago
-
I would like to integrate the Autobahn test suite.
The results will be stored in HTML & JSON files.
Should I/we serve the HTML files over gh-pages or how should I/we display the outputs of the tests…
Haegi updated
5 years ago
-
i'm getting error when trying to import the module,
```
ERROR in /Users/geohu/~/autobahn-react/~/autobahn/lib/autobahn.js
Module not found: Error: Cannot resolve module 'json' in /Users/geohu/node_m…
-
Given the complexities we will face with creating a WAMP stack in C, I would like to propose an OO style of coding to use that gives us as much OO capabilities as possible so we can cleverly use inher…
-
Hey @oberstet. I thought allot about this and wanted to describe the issues I see (just to make sure we are on the same page) and make a design suggestion.
Writing a library in C that is reusable is…