Skip to content

Commit

Permalink
Merge pull request #106 from mahyarwd/fix-4.1.5-build-error
Browse files Browse the repository at this point in the history
Fix build error introduced in new v4.1.5
  • Loading branch information
Goos authored Jan 30, 2023
2 parents b6ea945 + 9ffc731 commit 8469f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TCPSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
/// Class wrapping around TCP/IPv6 socket
public final class TCPSocket {
/// The file descriptor number for socket
let fileDescriptor: Int32
var fileDescriptor: Int32

/// Whether is this socket in block mode or not
var blocking: Bool {
Expand Down

0 comments on commit 8469f2c

Please sign in to comment.