Search found 1 match

by Sandra2000
Thu Aug 10, 2023 6:45 pm
Forum: Scripting
Topic: Network support?
Replies: 4
Views: 1526

Re: Network support?

Absolutely! Using a separate thread for TCP/IP communication is a common approach. It allows your script to receive commands without blocking the main UI thread, ensuring a smooth user experience. Feel free to explore multithreading techniques in your preferred programming language for this task. Go...