Giuseppe Chirico
Giuseppe Chirico
This is the first Pgbouncer version i tried Docker Compose: ``` version: 3.9 services: timescaledb: image: timescaledb:2.7.2-pg14 container_name: timescale environment: - POSTGRES_PASSWORD=$POSTGRES_PASSWORD - POSTGRES_DB=$POSTGRES_DB - POSTGRES_HOST_AUTH_METHOD=scram-sha-256 command: -c config_file=/etc/postgresql.conf networks:...
Look: https://github.com/pgbouncer/pgbouncer/issues/750
 Found! I built the version with the changes you sent me and the error it gives is this, but the postgres db is perfectly active, I can connect with...
I tried looking for information and [this is](https://gist.github.com/hoasung01/48796642d7bf75da5bef) what comes closest to my problem. To solve I changed the docker container so that at startup it executes a rm of...
My views are some async (but with the `@async_to_sync` wrap which should turn them into sync) and some sync. Why should I use uvicorn, I already tried and from what...
[ElegantCatterpillar](https://github.com/ElegantCatterpillar) Can I use the myString Initialized by the StringMapper or i need to perform ``` var myString = new Tag() { Gateway = IpDispositivo, Name = tagName, Timeout =...
num = -7 (BadConfig) (This when i run WriteStringDirectAsync func, but in sync ) ``` public void Initialize() { ThrowIfAlreadyDisposed(); ThrowIfAlreadyInitialized(); int timeout = (int)Timeout.TotalMilliseconds; SetUpEvents(); string attributeString = GetAttributeString();...
I overrided **StringPlcMapper** by inserting **Omron's maximum size (256) into ElementSize**, while in the **encode** I added the solution that seemed to work for @ElegantCatterpillar but not for me. ```...
### **I've made some progress**. Since the _size doesn't seem to be set in the tag with SetSize or SetBuffer_, I tried writing to a **variable that already had data**,...
Sorry, you're right, in path I always put 1.0 and it always went for all other types of Read/Write variables, even for reading strings 1.0 is fine. But even with...