Skip to content

Commit

Permalink
fix APNSwiftConnection.isClosed (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 authored Jan 19, 2020
1 parent afc9987 commit 82912b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/APNS/APNSConnectionSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ extension APNSwiftConnection: ConnectionPoolItem {
}

public var isClosed: Bool {
self.channel.isActive
!self.channel.isActive
}
}

0 comments on commit 82912b2

Please sign in to comment.