Files
socket.io/test
Damien Arrachequesne d291a4c9f6 fix: ignore packets when the transport is silently closed
In some cases, a "Transport not open" error could be thrown when the
transport was silently closed in the onbeforeunload event (added in
[1]).

To reproduce:

```js
window.addEventListener("unload", () => {
  socket.write("...");
});
```

[1]: ed48b5dc34

Related: https://github.com/socketio/socket.io/issues/3838
2021-03-31 23:53:09 +02:00
..
2021-03-31 11:35:12 +02:00
2021-03-03 10:12:40 +01:00
2021-03-31 11:35:12 +02:00
2016-02-29 20:42:32 +08:00
2021-03-31 11:35:12 +02:00
2021-03-03 10:12:40 +01:00
2021-03-31 11:35:12 +02:00
2021-03-31 11:35:12 +02:00