Sockets Versions Save

🔌 Non-blocking TCP socket layer, with event-driven server and client.

2.2.1

6 years ago

Fixed:

  • ServerStream is now closeable.

Milestone.

2.2.0

6 years ago

New:

  • Added UDP flags.

Fixed:

  • Fixed readAll implementation.

Milestone

2.1.0

6 years ago

New:

  • Swift 4 beta initial support -- Aug 1 Snapshot

Milestone

2.0.1

7 years ago

Fixed:

  • EAGAIN error is now correctly handled on Linux.

Milestone

2.0.0

7 years ago

🎉

Sockets have been refreshed for their 2.0 release with some new more consistent apis and easier ways to interact with lower levels.

Check out the full diff here

2.0.0-beta.6

7 years ago

Fixed:

  • Handle EINTR during connect()

2.0.0-beta.5

7 years ago

New:

  • write(from: buffer) support
  • DescriptorRepresentable protocol

2.0.0-beta.4

7 years ago

New:

  • read() calls now support buffering
  • better on connection errors

2.0.0-beta.3

7 years ago

2.0.0-beta.2

7 years ago

Fixed:

  • StreamBuffer no longer returns on read() calls that return fewer bytes than requested.