Do I just post it to the list?
I need to write up a little as there needs to be configuration dicts for the
logins to remotes.
I also need to put copyright data in the code. Some of it is mine and some came
under apache license (really never intended any other eyes to see it).
> On Jul 5, 2017,
On 6 July 2017 at 16:19, Stephen McRoberts wrote:
> It already helps to know this isn't normal behavior.
> My code is self-contained in a single file and I can add a main for testing.
I don't know what your code is doing... so maybe is expected :)
You can share the single file together with a des
It already helps to know this isn't normal behavior.
My code is self-contained in a single file and I can add a main for testing.
However it's far from minimal. The problem doesn't occur right away - only
after several channels have been opened/closed with a persistent connection.
I'll continue to
On 5 July 2017 at 23:00, Stephen McRoberts wrote:
> I'm looking for suggestions why the channel key would be missing after it was
> just opened.
> I use persistent connections with a timeout but the timer is reset every call
> so it stays open.
[snip]
As suggested by Glyph.
Please provide a co
> On 5 Jul 2017, at 10:32, Barry Scott wrote:
>
> I am interested in using Twisted with a couple of technologies: WebSockets
> and
> QUIC. I'm researching what is already available.
>
> I found the autobahn-python for WebSockets, are there other projects that
> provide WebSockets that I have