Skip to content

Commit

Permalink
Merge pull request #1314 from t-yoshii/fix/make-reference-to-primaryP…
Browse files Browse the repository at this point in the history
…rotocol-to-strong

Fix/make reference to primaryProtocol to strong
  • Loading branch information
joeljfischer committed Jun 21, 2019
2 parents 234faa8 + 3c4b6dd commit c5cb8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartDeviceLink/SDLSecondaryTransportManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ @interface SDLSecondaryTransportManager ()
@property (copy, nonatomic) dispatch_queue_t stateMachineQueue;

// Instance of the protocol that runs on primary transport.
@property (weak, nonatomic) SDLProtocol *primaryProtocol;
@property (strong, nonatomic) SDLProtocol *primaryProtocol;
// A class to catch Start Service ACK and Transport Config Update frames.
@property (strong, nonatomic) SDLSecondaryTransportPrimaryProtocolHandler *primaryProtocolHandler;

Expand Down

0 comments on commit c5cb8a3

Please sign in to comment.