question

choi dong geun avatar image
choi dong geun asked

In case of server failure, how to handle it

Sometimes server packet fails.

After that, the client loses communication to server.
What should the client and server do in case of packet failure?
I use Azure function.
Please give me some advice.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

Do you mean you want to handle the failure of Azure Functions? If so, you can implement a re-try method to recall the Azure Function when you find that the previous call fails. If I misunderstood, could you please tell me more about your scenario?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.