Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: RESTful API /msg/send_msg delayed reception #2172

Closed
Sylariam opened this issue Apr 7, 2024 · 4 comments
Closed

Bug: RESTful API /msg/send_msg delayed reception #2172

Sylariam opened this issue Apr 7, 2024 · 4 comments
Assignees
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@Sylariam
Copy link

Sylariam commented Apr 7, 2024

What happened?

Version: v3.6.0
Problem: When using RESTful API /msg/send_msg, there is a random delay in message reception, ranging from 0 to over 10+ seconds. No delay when using native message sending.
Message body:

{
"sendID": "7289801396",
"recvID": "8325462764",
"groupID": "",
"senderNickname": "",
"senderFaceURL": "",
"senderPlatformID": 1,
"content": {
"content": "hello!!"
},
"contentType": 101,
"sessionType": 1,
"isOnlineOnly": false,
"notOfflinePush": false,
"sendTime": 1712462465566,
"offlinePushInfo": {
"title": "send message",
"desc": "",
"ex": "",
"iOSPushSound": "default",
"iOSBadgeCount": true
}
}

What did you expect to happen?

RESTful API no message reception delay as using native

How can we reproduce it (as minimally and precisely as possible)?

use RESTful API /msg/send_msg

Anything else we need to know?

Deployed by Helm Charts

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

@Sylariam Sylariam added the bug Categorizes issue or PR as related to a bug. label Apr 7, 2024
@skiffer-git
Copy link
Member

I recommend you update to release-v3.8. If you encounter any new issues, please reopen this issue or create a new one.

@skiffer-git
Copy link
Member

Let's wait to use it until after our Kubernetes deployment goes live.

@OpenIM-Robot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Let's wait to use it until after our Kubernetes deployment goes live.

@mo3et
Copy link
Member

mo3et commented Nov 25, 2024

This problem is solve in latest version. But we don't ready to Helm. Plz wait to latest version in Helm. Thanks for your feedback.

@mo3et mo3et closed this as completed Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

4 participants