--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, unfortunately remote API I'm using might deliver duplicates, especially when fetched in number of coroutines. I'll proceed with DuplicateKeyError.
Thank you!
response1, response2 = yield [http_client.fetch(url1), http_client.fetch(url2)]
while awaiting I'm getting: TypeError: object list can't be used in 'await' expression
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.