-
How to send a message to a specific client? For example, user refill account with money and when transaction with bank is successful, bank send request to my server payments handler with user ID parameters, amount etc.. I want to notify client of successful transaction. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
ws.send - you really need to look up the basic things before asking |
Beta Was this translation helpful? Give feedback.
-
You need to either store references to the |
Beta Was this translation helpful? Give feedback.
ws.send - you really need to look up the basic things before asking