zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 217 forks source link

Matlab Ice\throughput error #144

Closed pepone closed 2 years ago

pepone commented 2 years ago

This happens with the code path that is used to warmup the server

warming up the client/server...Dot indexing is not supported for variables of this type.

Error in Demo.StringDouble.ice_write (line 50)
            os.writeString(v.s);

Error in Demo.StringDoubleSeq.write (line 11)
                Demo.StringDouble.ice_write(os, seq(i));

Error in Demo.ThroughputPrx/sendStructSeq (line 301)
            Demo.StringDoubleSeq.write(os_, seq);

Error in client (line 57)
                throughput.sendStructSeq(warmupStructs);