Skip to content

v0.15.0-beta.3 (OSX fix)

Pre-release
Pre-release
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 13 Nov 02:23
· 85 commits to master since this release

What's Changed

  • dcd-client now always waits for some response in requests before disconnecting, so the server has time to process the requests, which was a problem on OSX and could cause e.g. dcd-client -I to fail very often because it quit too quickly, causing internal (valid) errors inside Phobos code, which assumes the socket is valid the entirety of the "accept" function and can have socket options applied on. (@WebFreak001 in #693)

Full Changelog: v0.15.0-beta.2...v0.15.0-beta.3