intel / NMPRK

3 stars 10 forks source link

Fix wrong receive order of brided requests #40

Closed loeka closed 11 months ago

loeka commented 4 years ago

When the BMC receives bridged requests, "the BMC immediately returns a response to the Send Message command itself". After collection the requested values, it sends the data. This two packages can be received in the wrong order.

So, the fix is to look at the responded data and bring the two packages in the right order.

This should fix Issue #37.