-
Notifications
You must be signed in to change notification settings - Fork 539
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
How to use async? #209
Comments
Not quite sure what could cause that. Do you have a snippet of the code you're running? |
This is the follow logic
Sharing
Share manager looks like this
This doesn't work. Both follow and share. If i change
This works and i get the feed correct. However, i found out that this approaches gets pretty slow for large amount of data. If i make the Regards |
If i don't set async=False for manager methods i always get [Errno 61] Connection refused error. And for some framework methods i cannot specify that unless i override bunch of framework methods. Is there a special setting? I have been going around the django example and could not see what i have been doing wrong. Any pointers would be appreciated. I am using django too.
Best regards
Edit
I wrote in the begging async=True but it should have been aync=False
The text was updated successfully, but these errors were encountered: