drogonframework / drogonframework/drogon
HTTP Response hang on DbClient of Mapper and CoroMapper process to postgresql on macOS Sequioa
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
This issue happened upon upgrading to macOS Sequioa.
The call API hang upon calling Mapper or CoroMapper for any CRUD process to postgresql on macOS Sequioa.
Tested using Postman Http Request to API and the response keeps running without ending.
Browsed on internet on any issues with PostgreSQL and macOS so far has the issue related to edb-installers. I am not sure whether this is a related topic https://github.com/EnterpriseDB/edb-installers/issues/185
However this issue does not occur on Rocky Linux, and I believe on any Linux distributions. That's why I deduce it's most likely related to macOS Sequioa new features.
Steps on how to reproduce is easy:
- Just create any CRUD operation to postgresql on MacBook like findBy, insert, etc. It's fine using coroutines or without.
Contributor guide
Assessment
This issue has not been assessed yet.