Re: Selectables usage

2015-05-07 Thread Michael Ivanov
Thanks, Rafael! 07.05.2015 16:47, Rafael Schloming пишет: > That looks mostly correct to me. I've made a few notes inline... > > On Thu, May 7, 2015 at 9:27 AM, Michael Ivanov wrote: > >> Hallo, >> >> I am trying to integrate proton messenger with a regular select-based >> event loop. >> Regret

Re: Selectables usage

2015-05-07 Thread Rafael Schloming
That looks mostly correct to me. I've made a few notes inline... On Thu, May 7, 2015 at 9:27 AM, Michael Ivanov wrote: > Hallo, > > I am trying to integrate proton messenger with a regular select-based > event loop. > Regrettably there's not much documentation about reading and sendingn > messag

Selectables usage

2015-05-07 Thread Michael Ivanov
Hallo, I am trying to integrate proton messenger with a regular select-based event loop. Regrettably there's not much documentation about reading and sendingn messages in passive mode using selectors. Can you give a quick look to the pseudo-code, describing message input in my event loop and veri