Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type issue in XHRMultipart transport #217

Open
hareesh-mandaloju opened this issue Jul 27, 2015 · 1 comment
Open

Type issue in XHRMultipart transport #217

hareesh-mandaloju opened this issue Jul 27, 2015 · 1 comment

Comments

@hareesh-mandaloju
Copy link

class XHRMultipartTransport(XHRPollingTransport):
def init(self, handler):
super(JSONPolling, self).init(handler)

XHRMultipartTransport in transports raising a type issue. JSONPolling in super(JSONPolling, self) is not an instance or sub type of type self.

@kennedyshead
Copy link
Collaborator

Please provide stacktrace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants