Skip to content

Conversation

lleokaganov
Copy link

hulypulse-client and its first use for the Typing service.

I had to move the hulypulse-client daemon port to 8099 because 8095 was already occupied by something in our system.

Copy link

Connected to Huly®: UBERF-13487

private async resubscribe(reject: (reason?: any) => void): Promise<void> {
for (const key in this.subscribes) {
this.send({ type: "sub", key }).catch((error) => {
reject(new Error(`Resubscription failed for key=${key}: ${error.message ?? error}`));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just throw Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants