zaq7434
zaq7434
It cannot be accessed under IPv6. How can I solve it? only listen ipv4? netstat -aon|findstr "47989" TCP 0.0.0.0:47989 0.0.0.0:0 LISTENING 20296
> This is really a duplicate of #602 . I can easily fix it; however that will break one other user's use case. Sadly, I think I'll have to do...
> In your test program, do you expect that `get_num` will be called by another C function, or by a Rust function? 'get_num' will called by rust function, 'get_num' call...