ptupitsyn commented on issue #11392: URL: https://github.com/apache/ignite/issues/11392#issuecomment-2167844889
My guess is that `DeviceStreamReceiver` is deployed, but Ignite has no way of knowing that it depends on `MyDouble` (because of generic type erasure). And [peer class loading](https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading) does not work for cache objects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
