Evgeny-A
Evgeny-A
I want to share several issues I found. Maybe it can be useful to someone. When I was looking for Web Sockets library in ObjC, this was referenced as the...
Is this line correct? https://github.com/acmacalister/jetfire/blob/2a0811d5db6be2451a788b71724ad714ff334610/JFRWebSocket.m#L779 Shouldn't it be this way: `details[NSLocalizedDescriptionKey] = detail;`
If self.isConnected == YES in dealloc, then the following line crashes in dequeueWrite: `__weak typeof(self) weakSelf = self;` objc[1409]: Cannot form weak reference to instance (0x6000000f6b80) of class JFRWebSocket. It...