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

idle connection close #1028

Open
stager0909 opened this issue Oct 25, 2024 · 2 comments
Open

idle connection close #1028

stager0909 opened this issue Oct 25, 2024 · 2 comments

Comments

@stager0909
Copy link

[REQUIRED] Step 2: Describe your environment

  • Operating System version: ubuntu
  • Firebase SDK version: firebase-admin-java 9.4.0
  • Library version: jdk 17
  • Firebase Product: fcm (auth, database, storage, etc)

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

I am testing with firebase-admin-java 9.4.0.
Since communication is via HTTP/2, I expected the connection to remain open if there were no issues. However, after making a request, if there are no additional requests, the connection is dropped after about 3 minutes.
The strange part is that the entity sending the FIN packet is not the client, but the FCM server.
Is there any specific reason why the server is sending a FIN packet and closing the connection, even though it's using HTTP/2?

image

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@fwadnjar142

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants