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
Whether to publish a response to the channel specific to the requesting node.
- if true, the response will be published to `${key}-request#${nsp}#${uid}#`
- if false, the response will be published to `${key}-request#${nsp}#`
This option currently defaults to false for backward compatibility, but will set to true in the next major release.
@default false
However, the actual response is not published to ${key}-request#${nsp}#${uid}# or ${key}-request#${nsp}#, but to ${key}-response#${nsp}#${uid}# or ${key}-response#${nsp}#.
Below is the Redis logs that I captured while changing the configuration values to confirm the actual behavior.
The comment is as follows:
However, the actual response is not published to
${key}-request#${nsp}#${uid}#
or${key}-request#${nsp}#
, but to${key}-response#${nsp}#${uid}#
or${key}-response#${nsp}#
.Below is the Redis logs that I captured while changing the configuration values to confirm the actual behavior.
if true:
if false:
The text was updated successfully, but these errors were encountered: