Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP Server unable to Initiate Data Write #5

Open
Stuzza21 opened this issue Nov 8, 2024 · 0 comments
Open

TCP Server unable to Initiate Data Write #5

Stuzza21 opened this issue Nov 8, 2024 · 0 comments

Comments

@Stuzza21
Copy link

Stuzza21 commented Nov 8, 2024

I Am attempting to Have the Server Initiate a Data write to Client on Connection.
Trouble is the Client Data Connection is not Passed on by TCP server on Connection.
When I go to use Action: Write, Payload 'Hello World" there no Topic which contains the IPV6address and Port to send to, and TCP Server Fails.
When the Server Gets an Incoming Message, the Remote Details are contained in the Topic, so the response can be sent. Server just can not initiate. You can see this contained in msg object along with payload.
I have tried using Status Node to monitor TCP server, but it also does not contain the IPv6 address/port details, so Unable to use Write Command.
Can TCP Server be modified to pass on Client Connection details in Topic when Client First Connects, as well as the current incoming client Client message.
Long Story Short, TCP Server is Unable to Initiate an Outgoing Message, only respond to messages

TCPservererror

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant