On 09 Feb 2015, at 15:06, Hermann Gábor <reckone...@gmail.com> wrote:
> Hi all, > > We've been trying to use events for two-way communication, but it seems > like some of the backward events (at a BufferReader) are not sent at all if > the connection is not initialized yet (i.e. the given input channel is > UNKNOWN). > > Is there a way to make sure the events get to the destination? That's a very good point and the current behaviour is definitely a bug. Events going to an input channel, which has not been initialized yet are lost. Let me think about this for a sec and then push a fix. – Ufuk