Skip to content

Commit 8469f2c

Browse files
authored
Merge pull request #106 from mahyarwd/fix-4.1.5-build-error
Fix build error introduced in new v4.1.5
2 parents b6ea945 + 9ffc731 commit 8469f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TCPSocket.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111
/// Class wrapping around TCP/IPv6 socket
1212
public final class TCPSocket {
1313
/// The file descriptor number for socket
14-
let fileDescriptor: Int32
14+
var fileDescriptor: Int32
1515

1616
/// Whether is this socket in block mode or not
1717
var blocking: Bool {

0 commit comments

Comments
 (0)