Hi everyone,
Is there a way to write to a TCP listener like you can send "through" a UDP listener?
var listener = ogscript.getListenerById('id');
listener.writeString('str text I want to send', false);
TypeError: Cannot find function writeString in object com.rossvideo.common.oglml.elementfactories.ListenerElementFactor
I've tried various combos of listener.sendMessage, sendTCPString, etc. to no avail. Is this possible? I want to keep the data flowing through 1 open TCP connection so I don't want to use rosstalk.sendmessagewithResponse....
I can send and receive using the this.writeString function inside the listener without issue.
Going to tag <x-zendesk-user data-user-name="James Peltzer">372651266391</x-zendesk-user> as he seems to be the expert on these topics here...
Thanks!