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
If the server is using the AFFIX framework and if it either fails to advertise the AFFIX string or if the client is unable to perform advertise lookup for the server node, the client believes that the server is a legacy node and will try to contact it using an empty stack. This could cause the message being sent and the message being received to be a mismatch and neither the server or client would know any better.
Example: Server uses AsciiShiftingAffix and successfully announces the AFFIX string using the CoordinationAffix. Client uses CoordinationAffix to do a lookup for the server's AFFIX string but gets an empty list back. Thus client believes that server is using a legacy connection and uses an empty stack. Due to the AFFIX stack being imbalanced on both sides, the application on the server side will receive a garbled message.
Is this the desired effect that we want?
The text was updated successfully, but these errors were encountered:
If the server is using the AFFIX framework and if it either fails to
advertise the AFFIX string or if the client is unable to perform advertise
lookup for the server node, the client believes that the server is a legacy
node and will try to contact it using an empty stack. This could cause the
message being sent and the message being received to be a mismatch and
neither the server or client would know any better.
Example: Server uses AsciiShiftingAffix and successfully announces the
AFFIX string using the CoordinationAffix. Client uses CoordinationAffix to
do a lookup for the server's AFFIX string but gets an empty list back. Thus
client believes that server is using a legacy connection and uses an empty
stack. Due to the AFFIX stack being imbalanced on both sides, the
application on the server side will receive a garbled message.
Is this the desired effect that we want?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/15
.
If the server is using the AFFIX framework and if it either fails to advertise the AFFIX string or if the client is unable to perform advertise lookup for the server node, the client believes that the server is a legacy node and will try to contact it using an empty stack. This could cause the message being sent and the message being received to be a mismatch and neither the server or client would know any better.
Example: Server uses AsciiShiftingAffix and successfully announces the AFFIX string using the CoordinationAffix. Client uses CoordinationAffix to do a lookup for the server's AFFIX string but gets an empty list back. Thus client believes that server is using a legacy connection and uses an empty stack. Due to the AFFIX stack being imbalanced on both sides, the application on the server side will receive a garbled message.
Is this the desired effect that we want?
The text was updated successfully, but these errors were encountered: