vue-sse icon indicating copy to clipboard operation
vue-sse copied to clipboard

no error event on disconnection

Open nsandroni opened this issue 1 year ago • 0 comments

the error event is not received when the connection is lost:

this.sseClient .on('error', err => console.error('Failed to parse or lost connection:', err) ) .connect() .then(() => { this.connected = true })

Vue 2.7.14 vue-sse 2.5.2

nsandroni avatar Jan 24 '25 11:01 nsandroni