Hi,

I tried to run your code and it works properly for me. Are you sure you're
running the exact same version?

Also note that you must do a full copy of the object before putting it back
to cache. If you try to avoid this, you can get unexpected behavior because
you will mutate the actual instance that is in the cache. However, the copy
is already created automatically if copyOnRead is true (default value).

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Problem-with-Continuous-query-for-listening-updates-tp8709p8798.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to