I’ve noticed a minor typo in Chapter 9, mainly 9.10.
The code says:
As a good developer, you’ll also add a deinitializer to manually complete the stream when the actor is released from memory:
deinit {
inMemoryAcccessContinuation?.finish()
}
I believe it should be inMemoryAccessContinuation with 2 cs rather than 3 ![]()
Thanks a lot for a great book!