maxime-beguin
maxime-beguin
Hi, Same thing here, it appends sometimes. It seems to depend on the execution time between `Player.src `call and `SourceUpdater.dispose` call. I'm not sure but could it be the `sourceBuffer_`...
I got the same problem using version 2.1.4 of [passport-ldapauth](https://github.com/vesse/passport-ldapauth) package which uses node-ldapauth-fork version 4.3.2. passport-ldapauth creates a new `LdapAuth` with `starttls` option and immediately call `LdapAuth.prototype.authenticate` ([here](https://github.com/vesse/passport-ldapauth/blob/master/lib/passport-ldapauth/strategy.js#L273)). It...