hazelcast/hazelcast-python-client

[Polyglot Experience] Storing a Python list in a map and reading it on the NodeJS side fails

Closed this issue · 1 comments

yuce commented

Storing a Python list in a map and accessing that in the NodeJS client side causes a NodeJS exception. The same list can be accessed OK from the Java client.

See the issue on the NodeJS client for details: hazelcast/hazelcast-nodejs-client#798

yuce commented

hazelcast/hazelcast-nodejs-client#799 fixes this, so closing this issue.