GetStream / stream-swift

Swift client for Stream API
https://getstream.io
BSD 3-Clause "New" or "Revised" License
35 stars 26 forks source link

getting Activities is not working, FlatFeed's call back dose not fired. #31

Closed islamshazly closed 3 years ago

islamshazly commented 3 years ago

While getting activities the call back does not fired because self equals nil in result clouser in FlatFeed.swift if let self = self {. // self all ways equal nil result.parse(self.callbackQueue, completion) }

GetStream version:

gz#8070

islamshazly commented 3 years ago

Its my fault I had to retain the flatfeed object! .