This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Description
On heavy usage (stream create, server write, server read, stream end) the server ends up getting into a state where it constantly errors for the session. The error is:
qtunnel:server INVALID_ERROR_CODE: 4294967295
at Function.fromBuffer (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/internal/error.js:487:16)
at Function.fromBuffer (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/internal/frame.js:881:41)
at Object.parseFrame (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/internal/frame.js:56:35)
at RegularPacket.parseFrames (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/internal/packet.js:325:36)
at ServerSession._handleRegularPacket (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/session.js:199:16)
at serverOnMessage (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/server.js:252:17)
at Socket.socket.on.on.on (/opt/qtunnel/localtunnel-server/node_modules/quic/dist/server.js:77:44)
at Socket.emit (events.js:180:13)
at UDP.onMessage [as onmessage] (dgram.js:659:8) +217ms