Closed VladimirLuzhin closed 4 years ago
I would like to know this as well
@VladimirLuzhin This was possibly fixed in #231, is the issue still present?
is the issue still present?
Yes
We believe that connection handling is now more robust. If it is not (e.g. you have examples where client does not gracefully reconnect and reissue requests) please report separate issues. Thanks.
grpc_dart: 1.0.2
Hello! My team decided to try gRPS in our new project, but we had a question about how to properly restore the connection in the following situation: 1) There was a short-term loss of communication with the server (for example, the Wi-Fi router was restarted) 2) There has been a long loss of communication with the server 3) The server has become unavailable
Now we have written a test application, a server in C # and, as a client, a mobile application on flutter. When we reproduced the situations described above, we received the following error codes: 2, 4, 14. Client code:
And actually the question itself, we have to completely re-create the connection with such errors? Or should it recover itself? Thanks in advance for your reply.