Basic understanding of IM protocolsJava networking knowledgeFamiliarity with socket programming
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
50
調査方針
Investigate how messages are sent and received in the cim project, focusing on the client server communication logic. The issue mentions no acknowledgment receipt after message delivery. Look at the current protocol implementation (likely in the cim server and cim client modules) to identify where ack handling is missing. Consider adding a simple ack response after message receipt, possibly by extending the existing message types or protocol. Review the comments on the issue for any suggested approaches.