개발경험 및 메모/Netty
Netty - handshake timed out 에러 (1)
현재 운영중이 어플리케니션에서 간혈적으로 에러가 나기 시작했다. public static void sendMessage() throws Exception { // Read commands from the stdin. ChannelFuture lastWriteFuture = null; try { Map sendMessage = new Hashtable(); //Key SimpleDateFormat keyFormat = new SimpleDateFormat("yyyyMMddHHmmss"); sendMessage.put("key", keyFormat.format(nowDate)); //메시지 sendMessage.put("MESSAGE", "OK"); List orderList = null; orderList..
2020. 6. 23. 08:10
최근댓글