google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
174 stars 36 forks source link

Change EDOHostService.keepDeviceConnection to readwrite and atomic. #237

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Change EDOHostService.keepDeviceConnection to readwrite and atomic.

keepDeviceConnection is a mutable property without GCD synchronization, so using atomic for simplicity.