Why call method is not returning response? #1368
Replies: 2 comments 3 replies
-
How does the other side send the response? |
Beta Was this translation helpful? Give feedback.
0 replies
-
server side is based on nodejs. following is the sample code
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to receive response for each emit and then send next emit request on the basis of response received for previous emit. I have following code but its not returning anything in response
I want to check if I received true in emit response from server then do this specific action or if I received false in emit response from server then do this specific action. In short I want to send emit request on the basis of previous emit request or is it possible that all the emit requests are sent once but I would be able to track the response for each emit request?
Beta Was this translation helpful? Give feedback.
All reactions