Skip to content

Added tests and fake data related to Event Tags#10

Merged
stefanrammo merged 8 commits intomainfrom
EventTagTests
Apr 4, 2025
Merged

Added tests and fake data related to Event Tags#10
stefanrammo merged 8 commits intomainfrom
EventTagTests

Conversation

@stefanrammo
Copy link
Copy Markdown
Collaborator

No description provided.

client.js Outdated
* This method checks if the tags for the specified sender are already cached. If so, it returns a
* resolved promise with the cached tags. Otherwise, it initializes a pending promise for the sender,
* sends a request for the sender's tags using `_sendEventSenderTagsRequest`, and returns a promise that
* resolves when the tags are received. If no response is received within 5000 ms, it falls back to resolving
Copy link
Copy Markdown
Contributor

@Karmo7 Karmo7 Apr 2, 2025

Choose a reason for hiding this comment

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

I still think the 5000 ms timeout should be removed

1530613239.0,
1530613270.0,
2, // The second call's requestId
500, // limit
Copy link
Copy Markdown
Contributor

@Karmo7 Karmo7 Apr 2, 2025

Choose a reason for hiding this comment

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

Isn't limit argument normally after noOfDataPoints?

Or why are the arguments here in different order than in other places.

image

@stefanrammo stefanrammo merged commit c30c67d into main Apr 4, 2025
2 checks passed
@stefanrammo stefanrammo deleted the EventTagTests branch April 4, 2025 08:21
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.

2 participants