Closed mattbennett closed 3 years ago
A number of changes in this dev branch that ran for longer than intended:
stopped
Stream.close()
ServerChannel
Entrypoint
ClientChannel
A number of changes in this dev branch that ran for longer than intended:
stopped
event; fixes a bug where clients could deadlock after connection failuresStream.close()
is now idempotent -- required because many different codepaths now call it, and they race.ServerChannel
: just refactors code out of theEntrypoint
ClientChannel
: