Infinite Recursion

Hi

I have a small network that I was testing independently of my bigger network.
It has a UDPIn component.
After a couple of messages received, it complains of infinite recursion, though it does seem to continue working.

Thoughts ?

Thanks.

M

Are you immediately sending the message you received back to the server?

Infinite recursion occurs if a node is using data from a node that is downstream of it. This creates a cook loop that is the infinite recursion error.
Is your UDP In node using anything from later in your network, like to choose it’s port #?

Greetings.

I go UDPin → table split dat (can’t remember what its called)
there’s a tscript dat attached to the UDPin

there’s nothing being transmitted back on the UDP channel. Its receive only.

in all … its pretty tame !

Thanks for your input.

M

Can you upload it?