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
Problem: With heavy traffic, a client could receive a PD or PM message before having received a config message.
Solution: When connecting, create a queue. Enqueue messages that arrive until reception of a config message.
On reception of a config message, process it, and then process the queue.
From now on, process messages normally (ie don't enqueue them)
The text was updated successfully, but these errors were encountered:
Problem: With heavy traffic, a client could receive a PD or PM message before having received a config message.
Solution: When connecting, create a queue. Enqueue messages that arrive until reception of a config message.
On reception of a config message, process it, and then process the queue.
From now on, process messages normally (ie don't enqueue them)
The text was updated successfully, but these errors were encountered: