Hi,
I'm using Mesh SDK v3.2 and I've created my own custom client & server model. My client model can call several types of monitoring GET messages to the server model, which answers with corresponding STATUS messages. I'd like to call several of these GET messages simultaneously within the publish timer timeout of the client model. However, it seems that I can't call access_model_reliable_publish multiple times simultaneously for the same model_handle? Why is that? Is this something that is going to be allowed in future versions? Or am I missing something from standardization? Because it does seems that I can enlarge the context space for more reliable structures but that the code still limits to only 1 reliable structure per model_handle being "busy" at the same time (looking at available_context_get in access_reliable.c).
Kind regards,
Mathias