Skip to content

[feature request] SupervisorTransport can't handle reconnects in Python >=2.7 #653

@sfriesel

Description

@sfriesel

Since Python 2.7, xmlrpclib.Transport has a close method and a connection retry (https://github.com/python/cpython/blob/2.7/Lib/xmlrpclib.py#L1277) when a persistent connection gets closed. The way SupervisorTransport overrides the class breaks this feature. This could be fixed by reducing the amount of overrides in SupervisorTransport to get the base class behavior or by implementing the close method.

Related to #650

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions