steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

Conform to Sendable across project #115

Closed amyoulton closed 1 year ago

amyoulton commented 1 year ago

When building the example project, we've discovered that certain default parameters and objects do not properly conform to Sendable, which is throwing a lot of concurrency errors within the project. We need to ensure that Sendable is being properly conformed to through the app.

The problems detected are as follows: