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
With knowledge of the client that is connected in recv_new_msg(), we can check to make sure that the incoming message is valid coming from the client that is connected. For example, we should never receive an INPUTS message from Shepherd; if we do, we can error.
The text was updated successfully, but these errors were encountered:
With knowledge of the client that is connected in
recv_new_msg()
, we can check to make sure that the incoming message is valid coming from the client that is connected. For example, we should never receive anINPUTS
message from Shepherd; if we do, we can error.The text was updated successfully, but these errors were encountered: