RSDK Websocket - Not able to connect
-
Hi
I am not able to connect to websocket.
Line below throws error => "could not find function "connect_object":connection_object<-connect_object(list(feedToken=feedToken,clientCode=clientcode,script=script,task=task))
I even tried function => websocket_connect_object , but getting same error.
Please could you help?
Thank You! -
@admin Thank You - hope to see this working soon!
-
HI @shobha we have reported this to the team we will update you.
-
Hi => More Information =>
I was trying code available at URL => https://github.com/angelbroking-github/smartapi-r/blob/main/vignettes/smartapi-vignette.Rmd :In this code, line below throws error => "could not find function "connect_object"
connection_object<-connect_object(list(feedToken=feedToken,clientCode=clientcode,script=script,task=task))
I even tried function => websocket_connect_object , but getting same error.
Please could you help?
Thank You!