Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fesoleg
  • Order by date
  1. fesoleg

    After connecting with socket and sending data, unable to recv

    Try to put code: [input, output, error] = select([s.fileno()], [], []) if s.fileno() in input: result = s.recv(1024) <do some stuff with result> else: <do something else> into infinite loop

Part and Inventory Search

Back
Top