Client application is missing messages at higher loads on 32bit .Net 4.8 applications.
- Dominant language
- C#
- Stars
- 5.1k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Client application is missing DataReceived events
### Which component is your bug related to?
- Client
### To Reproduce
- i have data being received on a musquitto mqtt broker. the publisher module is publishing data at an interval of 500ms. I have 2 clients applications(same source, different target) one built using .Net6 and x64bit while the other app is built to target .Net4.8 and x86. while the .Net6 client receives all the messages, the .Net4.8 is missing some of the data packets. This is observed at high loads where the publisher is publishing 100msgs / 500ms (each of the 100msgs is for a different topic).
### Expected behavior
All clients should receive all the messages
### Screenshots
-
### Additional context / logging
-
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.