firebase / firebase-admin-java

Firebase Admin Java SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
545 stars 270 forks source link

wss in container environments soared after the 9.2.0 upgrade #1002

Open sf-github-code opened 2 months ago

sf-github-code commented 2 months ago

As shown in the figure, after we upgraded version 9.2.0, wss soared after we deployed to the container environment. Can you help us find out why this problem is caused

<groupId>com.google.firebase</groupId>
        <artifactId>firebase-admin</artifactId>
        <version>9.2.0</version>

20240921-190459

google-oss-bot commented 2 months ago

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

lahirumaramba commented 1 month ago

What APIs do you use in your app? The main change in v9.2.0 was deprecating sendAll(), sendAllAsync(), sendMulticast(), and sendMulticastAsync() APIs and adding sendEach(), sendEachAsync(), sendEachForMulticast(), and sendEachForMulticastAsync() APIs instead.

Do you experience the same issue in v9.3.0?