arcadedb
arcadedb copied to clipboard
Persistent http connection inactive after a few seconds
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
@gramian do you recall any changes on the HTTP server that can influence this behavior?
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 .