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
The continuous request sending bug is still there, but it is harmless for now. Caravan turns the bus ready off once it gets the request, until the response is sent back it stays off, so the recurring request that NRV sends on while waiting for response to come, gets ignored by the bus.
It is not an immediately needed bug fix but should be done in Future.
The Core doesn't wait for the
dccm
response anymore. This feature was part of the core in initial releases.But it seems to have been disabled some time ago, because of unknown reasons, as can be seen in this commit.
Need to re-enable it, in order to make it generally compatible. OR else it should be Out of Order.
For current development context, we require that feature to be re-enabled.
Future Note: Make it Out of Order
The text was updated successfully, but these errors were encountered: