4 commentaires (4 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)Java9 079 stars (9 079 stars)2 822 forks (2 822 forks)batch import
good first issuehelp wantedquestion
Description
Bug 描述 客户端或服务端发消息,对方收到消息后,没有发送回执,无法判断消息是否发送成功. 这是一个很大的漏洞,如果要做离线消息的话,消息是否发送成功是一个非常重要的点
Guide contributeur
- Stack technique
- java
- Domaine
- backend
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- half day
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- Basic understanding of IM protocolsJava networking knowledgeFamiliarity with socket programming
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 50
- Direction de recherche
- 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.