static S sendToCentralBotWithTimeout(S line, int timeout) ctex { //print("Sending to remote bot " + quote(botName) + ": " + quote(shorten(line, 100))); DialogIO io = talkTo("second.tinybrain.de", 4999); io.getSocket().setSoTimeout(timeout); S greeting = io.readLine(); print(">> " + line); io.sendLine(line); S answer = io.readLine(); print ("<< " + answer); io.close(); return answer; }
Began life as a copy of #1001654
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment