Le 01/12/14 07:38, 주재경 a écrit : > I'm very thanks for your quick response. > > Upgrading MINA version is next choice and I should find out problem in > current using version and situation ^^
First upgrade. Your problem may already be solved. Never underestimate the power of BUGS ! > > I'm wondering thread safety of all method because it isn't commented > explicitly. > Especially, I have a question about thread safety of > NioSocketConnector.connect() method. > I'v defined a global NioSocketConnector object and using in different thread > because of reconnecting. > Should I synchronized the connector? You should be safe using the onnector instance, assuming your codec is thread safe (and assuming you haven't added some logic in the chain).
