On 13/12/13 03:22, Amit Saha wrote:
Is there a more reliable way (which works with the Twisted-8.0+) to check this?
Check the Twisted version.
You should also note that IPv6 features have appeared in multiple
versions; HostnameEndpoint was added in 13.2.0 for example, whereas
basic "connect
On Dec 12, 2013, at 12:29 AM, Tobias Oberstein
wrote:
> Hi,
>
> I am working on Twisted Endpoint support in Autobahn
> https://github.com/tavendo/AutobahnPython.
Yay!
> So far, I made Autobahn able to talk WebSocket _over_ arbitrary Twisted
> Endpoints, e.g. WebSocket over Unix domain socke
FYI.
-Itamar
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
> > I am working on Twisted Endpoint support in Autobahn
> https://github.com/tavendo/AutobahnPython.
>
> Yay!
Endpoints are cool.
FWIW, here is a working example of WebSocket I tested over both Unix domain
sockets and the usual TCP/TLS endpoints:
https://github.com/tavendo/AutobahnPython/tree
On Dec 13, 2013, at 7:09 AM, Tobias Oberstein
wrote:
>>> I am working on Twisted Endpoint support in Autobahn
>> https://github.com/tavendo/AutobahnPython.
>>
>> Yay!
>
> Endpoints are cool.
>
> FWIW, here is a working example of WebSocket I tested over both Unix domain
> sockets and the us