Questions tagged [grpc-swift]

grpc-swift is the official Swift gRPC client library.

For more information, see the grpc-swift GitHub repo.

16 questions
0
votes
0 answers

gRPC server stop receive requests when iOS app enter background

I wanna run a gRPC Server in my iOS App, and my App maybe runs on background for a long time. It works fine when App is in the foreground mode, but in background mode, the gRPC Server will not response to any Client connection. And It will work…
Andrew
  • 1,088
  • 10
  • 21
1
2