smartdevicelink / sdl_ios

Get your app connected to the 🚙, make your users feel like a 🌟
www.smartdevicelink.com
BSD 3-Clause "New" or "Revised" License
169 stars 105 forks source link

[SDL 0112] SDL iOS Move RPC Notifications to a Serial Background Queue #798

Closed theresalech closed 6 years ago

theresalech commented 6 years ago

Proposal: SDL iOS Move RPC Notifications to a Serial Background Queue

This proposal seeks to move iOS RPC notifications from being sent on the main thread to a serial background queue.

Review: https://github.com/smartdevicelink/sdl_evolution/issues/346

Steering Committee Decision:

The Steering Committee voted to accept this proposal with the following revision: using background serial queue instead of concurrent queue.

The proposal .md was updated on November 28, 2017 to include the agreed upon revisions.

theresalech commented 6 years ago

Closed via PR #813