我将一个网址<Image
source={require('./images/loading.gif')}
style={{height: 200, width: 200}}
resizeMode='contain'
/>
(包含我的测试服务器的IPv6地址)传递给http_listener的构造函数,然后调用http://2001:420:589a:2009::101/
,不幸的是我有一个例外http_listener.open().wait()
。< / p>
我想知道如何使用cpprest http_listener正确地监听IPv6地址。或者http_listener目前还不支持IPv6吗?
我正在使用cpprestsdk v2.9.1。