Skip to content

Commit

Permalink
refs #4795 fixed executing socket callbacks after the socket is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnich committed Sep 20, 2023
1 parent a543603 commit 0c40e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doxygen/lang/900_release_notes.dox.tmpl
Expand Up @@ -53,6 +53,8 @@
(<a href="https://github.com/qorelanguage/qore/issues/4766">issue 4766</a>)
- fixed a bug where polling pings did not respect connection options or the validator
(<a href="https://github.com/qorelanguage/qore/issues/4764">issue 4764</a>)
- fixed an extraneous \c SOCKET-NOT-OPEN exception when running socket callbacks after a socket was closed
(<a href="https://github.com/qorelanguage/qore/issues/4795">issue 4795</a>)
- fixed a bugs handling the signal mask that could cause hard-to-debug problems such as deadlocks in JIT in the
JVM on macOS aarch64
(<a href="https://github.com/qorelanguage/qore/issues/4793">issue 4793</a>)
Expand Down

0 comments on commit 0c40e85

Please sign in to comment.