登录
bool loginToServer(String text) { try { channel?.sink.add(text); }catch(e){print(e.toString());} return true; }