MQTT-Client-Framework
MQTT-Client-Framework copied to clipboard
iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
crash info as follows: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: 0x00000000 at 0x0000000000000000 Crashed Thread: 51 Thread 51 Crashed: 0 CoreData _fetchResultSetAllocateInitialize 1 CoreData _fetchResultSetAllocateInitialize 2 CoreData _newFetchedRowsForFetchPlan_MT 3 CoreData...
Getting crashes stats while disconnecting from stream. Possibly due to calling this function not from main thread. Any idea how to fix this? Fatal Exception: NSInvalidArgumentException +entityForName: nil is not...
if (type == MQTTSuback) { if (message.data.length < 3) { DDLogWarn(@"[MQTTMessage] missing suback variable header"); message = nil; } } The server returns data is message.data is the log is...
### Short description using MQTTSessionManager ``` - (UInt16)sendData:(NSData *)data topic:(NSString *)topic qos:(MQTTQosLevel)qos retain:(BOOL)retainFlag ``` when print this, any send is blocked. ``` [MQTTSession] 9DB48E83-0890-42AF-9A35-8019DB424BF5 flow 2022-05-30 07:08:05 +0000 0 579...
I get the following crash stack: #41 not_main SIGSEGV SEGV_ACCERR 解析原始 0 Foundation -[NSProcessInfo environment] + 132 9 CoreData -[NSManagedObjectModel init] + 28 10 x -[MQTTCoreDataPersistence createManagedObjectModel] + 72 11...
Subscribe to the failure
The server has large pool messages, The number of offline messages has reached ‘max_mqueue_len’, MQTTClient can connected success, but can't receive message! Connecting to the same server and other platforms...
Hi, before we start considering using this lib, we can see that the repo owner's company "Novastone Media" is currrently in bankruptcy ([https://insolvencyintel.co.uk/novastone-media-ltd/](https://insolvencyintel.co.uk/novastone-media-ltd/)) Is this project still maintained?
I have a problem regarding MQTT Client Objective -C, the handle message delegate method isn't being called some times.It behaves very well some time and suddenly stops behaving the actual...
Crashed: com.apple.main-thread 0 libsystem_kernel.dylib 0x1a5cc7db8 close + 8 1 CoreFoundation 0x1a5e6671c CFSocketInvalidate + 820 2 CFNetwork 0x1a92734ec _CFStreamErrorFromCFError + 158756 3 CoreFoundation 0x1a5e708cc _CFStreamClose + 108 4 MQTTClient 0x105c7e134 -[MQTTCFSocketDecoder...