You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set tds driver package size small enough to be as small as you request size ( for example using quarkus.datasource.reactive.mssql.packet-size property in quarkus based project).
The minimal package size is 512 , so you request size must be at least 512 bytes.
Try to execute insert statement
Receive ClosedConnectionException instead of answer from sql server.
Extra
It looks like the problem is connected with tls package size, which must be synchronized with request package size.
The same error was detected (and fixed) in several other mssql clients/libraries, such as .NET and Node.js
At least this one looks very similar tediousjs/tedious#923
It could be, that the problem only appeares on linux, but this is also mean in docker env reproducible as well..
Reproducer use sql docker and was started on linux only. (Not know if on windows host the same exception appears).