.wsGetnext()
Description
Parameters
Usage
ws_id = "url".newWebsocket()
if ws_id.wsHasnew() (
message = ws_id.wsGetnext()
// handle the message
)Last updated
ws_id = "url".newWebsocket()
if ws_id.wsHasnew() (
message = ws_id.wsGetnext()
// handle the message
)Last updated