Skip to content

onSessionEnd is send before HTTPPost is finished #176

Open
@govertbuijs

Description

@govertbuijs

The tooltip for this event says "Items in this event will be triggered just as the session ends, after data has been written.".
But the UnityWebRequest is done in a co-routine, therefor it's not guaranteed to be finished when the event is invoked.
We can't use a Thread like in FileSaver, as the UnityWebRequest can only be fired from the main thread.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions