# TCP or UDP No Response
# Solutions
- Only certain interfaces support invocation using TCP and UDP.
- If sending requests via TCP, ensure that TCP packets are terminated with
\r\n
. - When using TCP requests, ensure that port 8087 is not occupied.
- When using UDP requests, ensure that port 8088 is not occupied.
WARNING
Sending invocation requests using TCP and UDP will not yield any response.