We are using imjoy-rpc (version 0.5.48) in piximi.app to connect to a service hosted at https://ai.imjoy.io. The connection stopped working again last week. The endpoint seems to be down or unreachable.
Here is the relevant snippet of code we use for connection:
import { hyphaWebsocketClient } from "imjoy-rpc";
const api = await hyphaWebsocketClient.connectToServer({
name: "test client",
server_url: "https://ai.imjoy.io",
passive: true,
});
const triton = await api.getService("triton-client");
const res = await triton.execute(...);
Is this the right place to report this issue? If not, could you please redirect us to the appropriate repository or maintainer?
Thanks in advance!