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
In the return leg of Select and other P2P request, there is a 100ms timer that results in a variable delay of less than 100ms in the BAP Client. Redesign the Protocol Server to remove this delay and make the return immediate.
The text was updated successfully, but these errors were encountered:
Current Status:
Have Worked on this and below are my observations and Suggestion:
Observation
Currently when the BAP-Network receives the on_action response from the BPPs then it stores the data to mongoDb instance that is used for caching by both BAP-Client and BAP-Network, and there is a setInterval for 100ms running on BAP-Client checking for the response received
Suggestion
Instead of storing the the response coming from BPP to the mongoDb cache we can send that response to the message queue from the BAP-Network and the BAP-Client will listen on that queue and will receive the response send it directly to the Client
In the return leg of Select and other P2P request, there is a 100ms timer that results in a variable delay of less than 100ms in the BAP Client. Redesign the Protocol Server to remove this delay and make the return immediate.
The text was updated successfully, but these errors were encountered: