Open webCoderLOL opened 4 years ago
Hi,
Have we consider to add the proxy support? Here is an example code snippet. In ApplicationRunner class,
Line 95: def init(self, url, realm, extra=None, serializers=None, debug_app=False, proxy=None, Line 127:+ self._proxy=proxy Line 169: self._transport_factory = WampWebSocketClientFactory(_create_app_session, url=self._url, serializer=self._serializer, proxy=self._proxy)
Hi,
Have we consider to add the proxy support? Here is an example code snippet. In ApplicationRunner class,
Line 95: def init(self, url, realm, extra=None, serializers=None, debug_app=False, proxy=None, Line 127:+ self._proxy=proxy Line 169: self._transport_factory = WampWebSocketClientFactory(_create_app_session, url=self._url, serializer=self._serializer, proxy=self._proxy)