Hi, I try to use new callback api for c++ but I struggle with handling new incoming connections on server side. As I see from examples - always only one client can connect per time. My code works the same and until I stop one client I can't run another one. In prev async api we simply call requestApi to handle each new client. How to do the same for callback api? Thank you.
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/fa4ae611-aeaf-4c6d-876c-d0cc2cf68fa8n%40googlegroups.com.
