Open
Description
Coming here from something that bit me the first time that I used OpenCensus-Python, I encountered #163 which turned out to be the result of us using by default SyncTransport for an exporter.
Some months ago @liyanhui1228 and I discussed this and came to a consensus that perhaps we should always default to using AsyncTransport. SyncTransport makes for a bad user experience.