Indicates whether this session is a local interface for a remote proxy topic. It multiplexes multiple sessions.
()
| 236 | // Indicates whether this session is a local interface for a remote proxy topic. |
| 237 | // It multiplexes multiple sessions. |
| 238 | func (s *Session) isMultiplex() bool { |
| 239 | return s.proto == MULTIPLEX |
| 240 | } |
| 241 | |
| 242 | // Indicates whether this session is a short-lived proxy for a remote session. |
| 243 | func (s *Session) isProxy() bool { |
no outgoing calls
no test coverage detected