some transport mechanisms, like node processes, and freedom transport are going to need to handle transmission of JSON and buffers separately - either as separate streams or separate send calls - due to the data types involved.
As such, the conform work enforcing the API at both the provider and the APIInterface should take the message and split and reassemble it into a known structure that is easier for the links to work with.
some transport mechanisms, like node processes, and freedom transport are going to need to handle transmission of JSON and buffers separately - either as separate streams or separate send calls - due to the data types involved.
As such, the conform work enforcing the API at both the provider and the APIInterface should take the message and split and reassemble it into a known structure that is easier for the links to work with.