Skip to content

Commit

Permalink
Added missing self
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppo Tomperi authored and designatednerd committed Apr 23, 2021
1 parent 6ada368 commit fcc26cc
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 @@ -228,7 +228,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 fcc26cc

Please sign in to comment.