openimsdk / chat

A business server that includes user registration and login, deployed together with Open-IM-Server, can be used to set up a chat product.
https://openim.io
GNU General Public License v3.0
81 stars 101 forks source link

Bug: version 1.7.0 interface calls will block. #495

Closed FGadvancer closed 5 months ago

FGadvancer commented 5 months ago

What happened?

When I deploy the latest version 1.7.0, the API calls will be blocked.

What did you expect to happen?

The API calls can be made successfully.

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

Deploy the tag or branch for version 1.7.0.

Anything else we need to know?

No response

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