Jens Nylander
Jens Nylander
Windows 2012 R2, I can see similar issues actually in C# and C++ apps running with serial ports on Windows so it may be something in the Windows API
Anyone have any ideas ?
Hmm, I am noticing if the server sends only a carriage return \r\n and nothing else it for some reason locks up further calling on the pipeline filter. I am...
I have added a repo here https://github.com/panterlo/OpenVPNManagementClient and the client connects to a forwarded port on my firewall so you don't have to setup OpenVPN. So you should just be...
Correct, it's a client I am trying to build against an already existing server, OpenVPN Mangement Socket Server. I have added a test server in the code with the external...
You can just use Putty or whatever socket client there is with RAW sockets and connect to the IP and port and run the commands to see how it should...
I am using ``` POSTGIS="3.5.2 dea6d0a" [EXTENSION] PGSQL="170" GEOS="3.12.1-CAPI-1.18.1" PROJ="9.4.0 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" (compiled against PROJ 9.4.0) LIBXML="2.9.14" LIBJSON="0.17" LIBPROTOBUF="1.4.1" WAGYU="0.5.0 (Internal)" ```
Nothing in the console, same also applies for fill / polygons. https://github.com/user-attachments/assets/1e49cc0f-5275-46db-82e7-62c25a2464c6 Let me publish our server so you can try out...
oh... terrible.... yeah... I just copied the example and it had max_feature_count: 1000
``` postgres: - connection_string: 'postgresql://postgres:XXX@localhost:5432/lm_top10' default_srid: 4326 pool_size: 20 max_feature_count: 10000 auto_bounds: skip auto_publish: tables: source_id_format: 'lm_top10.table.{schema}.{table}.{column}' id_columns: fid clip_geom: true buffer: 64 extent: 4096 functions: source_id_format: '{schema}.{function}' ```