Debug warning nw_path_necp_check_for_updates Failed to copy updated result (22)
### Describe the issue
I keep seeing this warning in Xcode debug mode when running queries to a remove PostgreSQL database using the postgres-nio library. These warnings do not occur when connecting to a local PostgreSQL database.
### Vapor version
postgres-nio v1.29.0
### Operating system and version
macOS 15.6.1
### Swift version
5.10.0
### Steps to reproduce
It's a little unclear how to reproduce this as it seems to occur frequently when there may be multiple concurrent queries being run. It's also unclear whether this is a postgres-nio warning or a macOS warning.
In any event does anyone else see this and if so is there a way to avoid getting these warnings.
Everything appears to be working.
### Outcome
Avoid getting this warning
### Additional notes
Not running Vapor - just using Postgres-nio to access a remove PosgreSQL database. These warnings do not occur when connecting to a local PostgreSQL database.
关闭于 2025-10-24 1 条评论