delphi007

Results 16 comments of delphi007

I just do some test even with printTrace callback to see if any messages sent back to client if the remote connected tcp connection broken. Unfortunately there is no message...

I just found a bug which will cause the PC2 web socket client actually does NOT disconnect from the server. This should be the root cause for this issue. After...

Thank you very much. I just encountered with a problem and doesn't know why. I ran dartssh2 on PC1 with linux and initialize remote forward. At the beginning, the remote...

But how to use the done Property? I mean the syntax for this listen/subscribe dart code.

Update: Using listen instead of await like follows make connection stable: ``` forward.connections.listen((connection) { // print('received forward connection = ${connection.hashCode}'); print('####### one connection coming up!!!'); Socket.connect('localhost', _server!.port).then((connectedSocket) { connection.stream.cast().pipe(connectedSocket); connectedSocket.pipe(connection.sink);...

Still not solved. After some study and compared to ssh behavior, I realized that this disconnection (without any notification) is caused by the lack of keep-alive mechanism. Using ssh without...

Hi, update again :) . Finally I got a solution for this issue. By using application level heartbeat every 30 seconds, the connections were proved pretty much stable. Having tested...

Ok. Thank you. Once finished , I will definitely deliver the PR which will possibly my first PR on Github :) .

@drauggres Yes, exactly! I have not successfully run quicktime_video_hack on either Linux or Mac. But can successfully run ws-qvh on Mac. So I try ws-qvh on linux to see if...

Sorry I am not familar with python. I am using pmd3 as per command call and process the print result.