Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

signalEntity lower cases entity id #170

Open
mhoeger opened this issue Feb 26, 2020 · 1 comment
Open

signalEntity lower cases entity id #170

mhoeger opened this issue Feb 26, 2020 · 1 comment
Labels
bug Something isn't working P2 Priority 2 item
Milestone

Comments

@mhoeger
Copy link

mhoeger commented Feb 26, 2020

When I tried to signal an entity from another entity, I was able to successfully but for the wrong entityId (it looks like casing matters, and the id was becoming "mycounter", all lowercase.

In an entity:

    const entityId = new df.EntityId("MyCounter", "scenario");
    context.df.signalEntity(entityId, "add");

In a durable client function:

    // This was never hit
    const entityId = new df.EntityId("MyCounter", "scenario");
    const { entityState } = await client.readEntityState(entityId);
@ghost ghost added the Needs: Triage 🔍 label Feb 26, 2020
@cgillum
Copy link
Member

cgillum commented Feb 26, 2020

Very interesting. We’ll take a look. Thanks for opening this issue @mhoeger!

@cgillum cgillum added bug Something isn't working and removed Needs: Triage 🔍 labels Feb 26, 2020
@davidmrdavid davidmrdavid added this to the 1.4.7 milestone Mar 9, 2021
@ConnorMcMahon ConnorMcMahon removed their assignment Feb 25, 2022
@lilyjma lilyjma added the P2 Priority 2 item label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 Priority 2 item
Projects
None yet
Development

No branches or pull requests

5 participants