diff -r 56b48961cc68 -r 0f1081928d65 connectors/WAMP/__init__.py --- a/connectors/WAMP/__init__.py Thu Sep 28 12:20:40 2017 +0300 +++ b/connectors/WAMP/__init__.py Thu Sep 28 15:17:57 2017 +0300 @@ -27,13 +27,15 @@ import sys import traceback import atexit +from threading import Thread, Event + from twisted.internet import reactor, threads from autobahn.twisted import wamp from autobahn.twisted.websocket import WampWebSocketClientFactory, connectWS from autobahn.wamp import types from autobahn.wamp.exception import TransportLost from autobahn.wamp.serializer import MsgPackSerializer -from threading import Thread, Event + _WampSession = None _WampConnection = None