Hi Stan, Thanks for taking a look. I'm having trouble finding anywhere that it's documented what I can or can't call inside a receiver. Is it just put()/get() that are allowed?
Also, I noticed that the default StreamTransformer implementation calls invoke() from within a receiver. So is that broken/deadlock-prone as well? https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/stream/StreamTransformer.java#L50-L53 Thanks! BKR -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
