Re: [go-nuts] cgo libnice binding will stuck

2019-05-22 Thread xiang liu
Thanks, this code block will stuck on macos, `C.nice_agent_gather_ candidates` just does not return. Works fun on linux. Maybe there is a bug when use cgo with glib or libnice or gnutls on macos. Tyler Compton 于2019年5月23日周四 上午6:15写道: > Beyond just mailing list etiquette, you'll probably get

Re: [go-nuts] cgo libnice binding will stuck

2019-05-22 Thread Tyler Compton
Beyond just mailing list etiquette, you'll probably get better responses if you provide your code in plain text. I think that some of the more responsive people in golang-nuts use text-only email viewers, though that's only a guess! I took the liberty of transcribing this one, free of charge :) f

Re: [go-nuts] cgo libnice binding will stuck

2019-05-22 Thread xiang liu
Sorry about this. 在 2019年5月22日星期三 UTC+8下午4:43:27,Jan Mercl写道: > > On Wed, May 22, 2019 at 10:05 AM xiang liu > wrote: > > Please use only plain text for source code in emails. Where available, > a link to play.golang.org is also good. Thanks. > -- You received this message because you are s

Re: [go-nuts] cgo libnice binding will stuck

2019-05-22 Thread Jan Mercl
On Wed, May 22, 2019 at 10:05 AM xiang liu wrote: Please use only plain text for source code in emails. Where available, a link to play.golang.org is also good. Thanks. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this gr

[go-nuts] cgo libnice binding will stuck

2019-05-22 Thread xiang liu
Hi: I try to use cgo binding libnice to do p2p transport, It seems the cgo binding will stuck [image: WechatIMG322.png] that works well on linux. anyone can give a hint on this? Thanks -- You received this message because you are subscribed to the Google Groups "golang-nuts" gr