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
Folks, when the user starts a scan, service is waiting for read buffersize, only after flush() It writes process stdout to OutputStream. In long waiting scans, that causes client thinks the process is lost or drop-in timeout. We need to push terminal process live stdout to client to keep interaction. Playing with read buffersize not doing well.
Current behaviour:
Expected behaviour:
Here the blamed lines that we need to figure out. Any opinion?
It seems here we need websocket, session, persistent stream @psaux-it/development .
This simple Request - Response code is not adjustable to solve our issue.
Folks, when the user starts a scan, service is waiting for read buffersize, only after flush() It writes process stdout to OutputStream. In long waiting scans, that causes client thinks the process is lost or drop-in timeout. We need to push terminal process live stdout to client to keep interaction. Playing with read buffersize not doing well.
Current behaviour:
Expected behaviour:
Here the blamed lines that we need to figure out. Any opinion?
pspenit/src/main/java/io/github/psauxit/pspenit/Tools.java
Lines 260 to 273 in 3fa78cf
pspenit/src/main/java/io/github/psauxit/pspenit/Tools.java
Line 60 in 3fa78cf
The text was updated successfully, but these errors were encountered: