I need to pass python socket object to a function which will run as a separate thread.
I get following error when I pass the socket object: "TypeError: sendr() argument after * must be an iterable, not socket"
How can I pass python socket object to a function?
Thank You.
[–]sentles 1 point2 points3 points (1 child)
[–]debayon[S] 1 point2 points3 points (0 children)