mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 09:38:07 +08:00
fix(connection): don't destroy emitter on close
This commit is contained in:
parent
c0275d3c93
commit
2c1207e957
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ export default class NylasLongConnection {
|
|||
}
|
||||
|
||||
dispose(status) {
|
||||
this._emitter.dispose()
|
||||
this._buffer = ''
|
||||
if (this._req) {
|
||||
this._req.end()
|
||||
|
|
Loading…
Reference in a new issue