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

[Webapp] API Client and API Explorer Not Timing Out #53

Open
andrewdimmer opened this issue Mar 4, 2021 · 0 comments
Open

[Webapp] API Client and API Explorer Not Timing Out #53

andrewdimmer opened this issue Mar 4, 2021 · 0 comments
Labels
bug Something isn't working unallocated Currently not allocated to someone to work on Web App For work on the main web app

Comments

@andrewdimmer
Copy link
Contributor

Describe the bug
When a request to a function times out, the client remains in the "Pending response..." state until the next request is made, and presumably,

To Reproduce
Steps to reproduce the behavior:

  1. On functions, create (or find :| ) and endpoint with no send statement
  2. Start the emulators using firebase emulators:start
  3. From the hosting emulator (localhost:5000) or the React app debugger (localhost:3000 started from npm run start in the webapp directory), call that endpoint from the API Explorer
  4. Wait until the function times out in the emulator logs. You'll see that the API Explorer does not do the same.

Expected behavior
Shortly after the function times out, the API Client connection should timeout as well, and that timeout should be broadcast to the API Explorer.

Screenshots
If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

  • OS: Windows 10 Home (2004)
  • Browser: Chrome 88.0.4324.190 (Official Build) (64-bit)
  • Version: Node 14.16.0
@andrewdimmer andrewdimmer added bug Something isn't working Web App For work on the main web app unallocated Currently not allocated to someone to work on labels Mar 4, 2021
@andrewdimmer andrewdimmer changed the title Webapp: API Client and API Explorer Not Timing Out [Webapp] API Client and API Explorer Not Timing Out Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unallocated Currently not allocated to someone to work on Web App For work on the main web app
Projects
None yet
Development

No branches or pull requests

1 participant