Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1000937 // chatSend

JavaX fragment (include)

static int chatSend_chatPort = 9751;

static DialogIO chatSend_dialog;
static String chatSend_id;

static void chatSend(S line) ctex {
  if (chatSend_dialog == null) {
    chatSend_dialog = talkTo("localhost", chatSend_chatPort);    
    chatSend_dialog.waitForLine();
    String l = chatSend_dialog.readLineNoBlock();
    if (l.startsWith("Your ID: "))
      chatSend_id = l.substring("Your ID: ".length());
  }

  chatSend_dialog.sendLine(line);
}

Author comment

Began life as a copy of #1000928

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000937
Snippet name: chatSend
Eternal ID of this version: #1000937/2
Text MD5: 5a245302431c3cc72d5c98773fe3f7db
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-20 16:43:54
Source code size: 464 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 576 / 2825
Version history: 1 change(s)
Referenced in: [show references]