gocpplua
gocpplua
Do you solve it
可以体验下吗
> do you know that your image allows executing in? Is it built on top of scratch? sorry,i can't understand what you're saying
Ok, I will check. Tian Siyuan ***@***.***> 于2024年5月31日周五 10:23写道: > Hi @gocpplua > > In the logs of the report you sent, I see the following line being > repeated...
When I run cmake -DBUILD_EXAMPLES=TRUE .., I get the error message `/data/tmp/websocketpp/examples/print_client_tls/print_client_tls.cpp: In function ‘bool verify_subject_alternative_name(const char*, X509*)’: /data/tmp/websocketpp/examples/print_client_tls/print_client_tls.cpp:64:93: error: ‘ASN1_STRING_get0_data’ was not declared in this scope nst * dns_name...
解决方案是先批量获取,然后再监听,golang 代码如下,供参考,基于nacos版本 2.1.1 package main import ( "fmt" "time" "github.com/nacos-group/nacos-sdk-go/v2/clients" "github.com/nacos-group/nacos-sdk-go/v2/common/constant" "github.com/nacos-group/nacos-sdk-go/v2/vo" ) func main() { //create ServerConfig sc := []constant.ServerConfig{ *constant.NewServerConfig("127.0.0.1", 8848, constant.WithContextPath("/nacos")), } //create ClientConfig cc := *constant.NewClientConfig(...