[go-nuts] Re: Windows Message Loop is getting blocked and resumed intermittently

2017-02-16 Thread martseniuk
Oh! Sorry about the wrong link. However dont ignore 2 errors from ole.GetMessage & ole.DispatchMessage On Thursday, February 16, 2017 at 1:45:18 PM UTC+3, fe f wrote: > > > https://github.com/go-ole/go-ole/blob/master/com.go#L308 > > I used this function. > > 2017년 2월 16일 목요일 오후 1시 30분 11초 UTC+9

[go-nuts] Re: Windows Message Loop is getting blocked and resumed intermittently

2017-02-16 Thread fe f
https://github.com/go-ole/go-ole/blob/master/com.go#L308 I used this function. 2017년 2월 16일 목요일 오후 1시 30분 11초 UTC+9, marts...@gmail.com 님의 말: > > check ole.GeMessage error. > > btw. https://github.com/go-ole/go-ole/blob/master/com_func.go#L163 > -- You received this message because you are su

[go-nuts] Re: Windows Message Loop is getting blocked and resumed intermittently

2017-02-15 Thread martseniuk
check ole.GeMessage error. btw. https://github.com/go-ole/go-ole/blob/master/com_func.go#L163 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubsc

[go-nuts] Re: Windows Message Loop is getting blocked and resumed intermittently

2017-02-15 Thread martseniuk
check ole.GeMessage error. btw. https://github.com/go-ole/go-ole/blob/master/com_func.go#L163 On Thursday, February 16, 2017 at 7:12:19 AM UTC+3, fe f wrote: > > I'm writing a go program that constantly receives and processes windows > messages in golang. (Go1.7, GOMAXPROCS=8, Windows 10) > > He