ChatKitty / chatkitty-js

Build chat in minutes with ChatKitty's real-time messaging framework.

Home Page:https://chatkitty.com/docs/getting-started/javascript-real-time-messaging-quick-start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple File Requests Sent

zhan1634 opened this issue · comments

  • I'm submitting a ...
    [ X] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    On both web (React) and application (React-Native), file uploads are sending twice. Cannot be reproduced in a consistent manner. Will occur spontaneously - both sets of code does have a state manager to check whether the file upload is in progress and halts all new requests until the current progress is complete.

  • Other information (e.g. detailed explanation, stack traces, related issues, suggestions how to fix, links for us to have context, eg. StackOverflow, personal fork, etc.)