[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] Windows Message Loop is getting blocked and resumed intermittently

2017-02-15 Thread fe f
I'm writing a go program that constantly receives and processes windows messages in golang. (Go1.7, GOMAXPROCS=8, Windows 10) Here's my code.. (minimal code) import ( "fmt" "github.com/go-ole/go-ole" "runtime" ) func main () { SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_C