We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5d0e5 commit fdfff59Copy full SHA for fdfff59
src/ansys/rocky/core/client.py
@@ -44,6 +44,8 @@
44
_LEGACY_PROXY_INSTANCE: Pyro5.api.Proxy | None = None # Used for backward compatibility with versions < 26.1
45
_CONNECT_TO_SERVER_TIMEOUT = 60
46
47
+DEFAULT_SERVER_PORT = _PYROCKY_DEFAULT_PORT # Compatibility with dependants that still import this constant.
48
+
49
50
def connect_to_rocky( # pragma: no cover
51
host: str = "localhost", port: int = _PYROCKY_DEFAULT_PORT
0 commit comments