Skip to content

[Common, Proxy] - Bug proxy basic is not being returned from server factory #1277

@JoshuaSBrown

Description

@JoshuaSBrown

Description

There is a bug in the server factory, proxybasic is not returned anywhere. Proxy object is being created instead.

 } else if (server_type == ServerType::PROXY_BASIC_ZMQ) {
      if (incoming_operators.size() > 0) {
        EXCEPT_PARAM(1, "Error building PROXY_BASIC_ZMQ server, operators have "
                        "been provided that will never be used!");
      }
      return std::unique_ptr<IServer>(
          new Proxy(socket_options, socket_credentials, m_log_context));
    }

Acceptance

Change Proxy to ProxyBasic. in ServerFactory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions