Skip to content

Commit

Permalink
Updates release notes for PR #3816
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Aug 15, 2021
1 parent 1818b1c commit 6177f0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .release-notes/3816.md

This file was deleted.

12 changes: 12 additions & 0 deletions .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@

Fixed the `ProcessMonitor` class sometimes waiting on an invalid process handle on Windows.

## Fixed Windows TCP faulty connection error

Fixed a bug where a `TCPConnection` could connect to a socket that wasn't listening.

## Fixed zombie Windows TCP connection error

Fixed a bug where socket events were sometimes never unsubscribed to which would lead to "zombie" connections that were open but couldn't receive data.

## Fixed "oversleeping" on Windows

Previously, we were calling `Sleep` rather than `SleepEx` when putting scheduler threads to sleep. This could have caused Windows IO events to be missed.

0 comments on commit 6177f0b

Please sign in to comment.