import nest_asyncio
nest_asyncio.apply()
That's working nicely but I have a question: do you have any equivalent to Beem's no_broadcast
setting which I find tremendously useful in unit-tests.
import nest_asyncio
nest_asyncio.apply()
That's working nicely but I have a question: do you have any equivalent to Beem's no_broadcast
setting which I find tremendously useful in unit-tests.