Skip to content

Potential data race between TCP and WebSocket handlers #6

@ankushT369

Description

@ankushT369

Description:
fn_data is used to link TCP and WS connections, but there is no safety check for lifecycle or synchronization. If one side closes, the other may dereference invalid memory. Needs safer lifecycle handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions