stompest icon indicating copy to clipboard operation
stompest copied to clipboard

ipv6 support

Open mtmcgrew opened this issue 9 years ago • 1 comments

Does not work with v6 addresses

File "/usr/lib/python2.6/site-packages/stompest-2.1.6-py2.6.egg/stompest/protocol/failover.py", line 189, in _parse raise ValueError('invalid uri: %s [%s]' % (self.uri, msg)) exceptions.ValueError: invalid uri: tcp://xxx:xxx:c081:20::70:65001 [invalid broker(s): 'NoneType' object has no attribute 'groupdict']

mtmcgrew avatar May 26 '15 22:05 mtmcgrew

Are you or someone from your team willing to dig into that? Should be straightforward for sync; not so sure about async because I don't know whether/how transparently Twisted supports that.

nikipore avatar Jun 09 '15 05:06 nikipore