mscdex

Results 571 comments of mscdex

I'm not sure that this is the correct behavior, especially if the local side still wants to send data. The EOF from the server just means *it* will send no...

@jogoldberg I'd like to have a test for this first, I just haven't had time to write one. If @cabarnes can include one, that will help get this merged quicker....

I should be able to take a look at it this weekend.

@cabarnes That's why I was hoping we could use `ssh2` for both the client and server. AFAIK the client could just manually request the sftp subsystem and then call `eof()`...

@cabarnes I think a unit test will be the best way since we can control things at a lower level. Relying on OpenSSH to keep the same behavior probably isn't...

Are you passing a string for the port property, or does `typeof port === 'number'`?

It works for me, I even double-checked with strace. I'm not sure why you're having an issue.... Are you using the latest version of `mariasql`?

There's nothing this module can do about that, you just have to reconnect when that happens. Maybe gmail has a maximum imap session time limit? :man_shrugging: