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
// routeAllowsAttachmentToListener is responsible for determining if a route and listener should be connected. This function is slightly different than
45
+
// listenerAttachmentHelper as it handles listener -> route relationships. This utility handles route -> listener relationships.
46
+
// In order for a relationship to be established, both listener and route must agree to the connection.
47
+
// This function implements the Gateway API spec for route -> listener attachment.
41
48
// This function assumes that the caller has already validated that the gateway that owns the listener allows for route
0 commit comments