Skip to content

Commit

Permalink
Added missing self
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppo Tomperi committed Apr 1, 2021
1 parent a45e61c commit a61cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ApolloWebSocket/WebSocketTransport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public class WebSocketTransport {
self.acked = false

if let str = OperationMessage(payload: self.connectingPayload, type: .connectionInit).rawMessage {
write(str, force:true)
self.write(str, force:true)
}
}
}
Expand Down

0 comments on commit a61cc89

Please sign in to comment.