mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03: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) {
|
dispose(status) {
|
||||||
this._emitter.dispose()
|
|
||||||
this._buffer = ''
|
this._buffer = ''
|
||||||
if (this._req) {
|
if (this._req) {
|
||||||
this._req.end()
|
this._req.end()
|
||||||
|
|
Loading…
Reference in a new issue