No, webservice is based on http. The correct posture is that the client initiates a request, the server processes the request, and returns the result to the client after the processing is completed. You need to follow the basic http protocol.
The parameter transfer must be successful, and the server does not need to return to accept the success
No, webservice is based on http. The correct posture is that the client initiates a request, the server processes the request, and returns the result to the client after the processing is completed. You need to follow the basic http protocol.
The parameter transfer must be successful, and the server does not need to return to accept the success
You can try client-side ajax polling or websocket