Functions of ballerina.net.ws package
function pushText(message m, string text)
This pushes text from server to the the same client who sent the message.
Parameters:
Parameter Name | Data Type | Description |
---|---|---|
m | message | message: message |
text | string | Text which should be sent |