Skip to content

subscribe doesn't obey port parameter #115

@markfinn

Description

@markfinn

cx_oracle 6.1.0, 11xe database, 12.2 client, 64 bit linux.

sub = con.subscribe(callback = cb, port=9999, qos = cx_Oracle.SUBSCR_QOS_ROWIDS)
ignores the port parameter as seen through netstat -nlp | grep <pid goes here>

If I test sub.port it is correctly set to 9999, but the bind actually happens on some random port.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions