Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Conflict with library LinkedList #1043

@aster1cs

Description

@aster1cs

I ran into the same problem as #715.

Since the ESPAsyncWebServer implements its own LinkedList class in StringArray.h, the ESPAsyncWebServer library is incompatible to the LinkedList library. Locally renaming or wrapping either of them probably isn't a good workaround, as every user of the library would need to come up with a fix on their own. Probably a better solution would be to rename the LinkedList class into something more specific to avoid naming collisions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions