Netty IdleStateHandler network and cpu prioriy -
i using nettys idlestatehandler , when server or network busy clients disconnect. possible set higher priority ( network , cpu ) heartbeat messages ?
no, can't. tcp stream-oriented protocol. if send heart-beat message possible, server not see when is busy handling messages arrived previously.
Comments
Post a Comment