arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Persistent http connection inactive after a few seconds

Open topofocus opened this issue 1 year ago • 2 comments

ArcadeDB Version:

23.12

OS and JDK Version:

Ubuntu

Expected behavior

In recent versions, a http connection established using the ruby httpx gem provided a stable persistent connection suitable for interactive use

Actual behavior

After updating the database server to Version 23.12 everything works fine – until the connection is inactive for a while. Then the connection must be restablished manually. Switching back to 23.11 restores the expected behaviour.

Steps to reproduce

run the interactive console of the ruby adapter https://github.com/topofocus/arcadedb (workaround provided) and compare it with the last release on github or the current ruby-gem

topofocus avatar Jan 17 '24 14:01 topofocus

@gramian do you recall any changes on the HTTP server that can influence this behavior?

lvca avatar Jan 19 '24 08:01 lvca

Possibly https://github.com/ArcadeData/arcadedb/pull/1326 this could be related, but this was added in 23.11.1. I think 23.12.1 the only issue with the HTTP server was https://github.com/ArcadeData/arcadedb/issues/1357 .

gramian avatar Jan 19 '24 08:01 gramian