You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who are using libember_slim as is (with the sample code), there might be an issue for providers when receiving multi-paket messages with the maximum possible payload of 1024 bytes (see also Lawo/ember-plus-sharp#42).
For those who are using libember_slim as is (with the sample code), there might be an issue for providers when receiving multi-paket messages with the maximum possible payload of 1024 bytes (see also Lawo/ember-plus-sharp#42).
The rxBufferSize in in https://github.com/Lawo/ember-plus/blob/master/libember_slim/Source/__sample_provider.c is set to 1024 - but as far as we see it should also be minimum 1290 in order to handle Ember+ packets with maximum payload correctly.
In comparison see that the rxBufferSize in the https://github.com/Lawo/ember-plus/blob/master/libember_slim/Source/__sample_consumer.c is set to 1290.
The text was updated successfully, but these errors were encountered: