Closed ghost closed 7 years ago
The following solution worked for me.
First:
import txaio
txaio.use_asyncio()
Second:
from autobahn_autoreconnect import ApplicationRunner
I fixed the example from 2a9d32541a2bec22e6d4ffc11f581db29841837e Thanks for the report!
When I install it on Ubuntu + Python 3.5 with
pip3 install autobahn-autoreconnect
and then useimport autobahn_autoreconnect
I get the following error:What am I doing wrong?