anoop4real
anoop4real
same issue here
@prasannakumark Are you able to successfully use this library? Will this work with latest OS versions? Let me know
OMG Will the API come back?...seem to be certificate issue
@mrtrinh5293 Did you initialize the `SDImageSVGCoder` I am also using the countries flags it worked for me. Try this ``` import SwiftUI import SDWebImage import SDWebImageSVGCoder @main struct MyApp: App...
@Fateh-Alam PersistenceController will be present only if you are using a CoreData template. It has nothing to do with SDWebImage. If PersistenceController.swift is available and still you are getting this...
Hi, You can track the connection status in ```func stream(_ aStream: Stream, handle eventCode: Stream.Event)``` If you want to check in between, then you can add a bool property in...
Hello, Can you provide some more information on what you are trying to achieve?
Just define a bool in `SocketDataManager` and make `SocketDataManager`as singleton so that you can access it from anywhere and check its data. Update the bool in every event.
@gyanoroprise Packet sender has a quick time out, so please make sure the Persistent TCP box is checked.... check the picture in the ReadMe
I dont think that is possible Apple doesnt allow to run any services indefinitely. Android had some possibilities but I think in Android 8 they also are cutting out the...