Stephen Wolff

Results 14 comments of Stephen Wolff

I've tried TCP and unix sockets, and i can get normal http being proxied to daphne using nginx (with an ssl layer), but websocket connections disconnect after the initial handshake....

I finally fixed my websocket connection. I discovered Ubuntu18.04 standard apt repositories provide redis v4, and Channels Redis requires >=v5.

@carltongibson thanks - it is in the Channels Redis docs, but i hadn't thought to look there until i got logging fully working and found where thing broke! The Redis...

Hiya @ghost, I think you're probably right. Have a look at the 'Network Graph' and you'll find other folk who are developing this Ionic plugin: https://github.com/weaveio/cordova-plugin-nativeaudio/network I don't think a...

I got similar on a mac with clang: ``` src/engine/osclistenermodule.c:187:56: error: incompatible function pointer types passing 'int (const char *, const char *, lo_arg **, int, void *, void *)'...

`python setup.py install --minimal` works though - so it looks like it's a third party dependency - ie the osc lib - which is breaking things (not gcc or clang)

I don't think so in this case. I think the issue might be that i had the notebook open, and had run cells (until one broke). In one case, I...

i'm asking the same question. Looks like maybe an iframe needs to be used conditionally - but i'm not sure how (or whether) injecting javascript into an iframe is possible...