Lee M
Lee M
There's no way to solve this with protocols? Seems a bit over the top that just defining a model needs to import a massive event loop library and all of...
I think the proper resolution is as I described previously - base64 encode everything, including plaintext with a maximum line length of 76. I think this is the only way...
Just encountered this in a very large project. We're gonna have to rip out async code to fix as we can't have our server crashing in production. Does anyone have...
Also - this is a showstopper bug. There should be a note in the documentation *not* to use this feature, as this *will* crash production servers - until a resolution...
I see the crash in Xcode too
I'm having trouble understanding what this code is supposed to do, but I'm seeing `self._state = .noSignalReceived` happening twice. One for a failure path, and another here: ```` private func...
Ok I've managed to capture packets from the iOS app, and noticed that when scrubbing through colours with your finger held down on the wheel, it uses DP ID `28`...
Ok, can confirm DP `28` looks way better visually when quickly moving between colours. The interpolation/transition is different and looks visually a lot nicer. With DP `28`, the device doesn't...
Ok - it seems that the Smart Life device is throttling every 150ms. This now seems to create a smooth result. Here is the payload structure for DP `28`: Example:...
Yes I was already using that. All the lag has now been resolved, and my app is now doing exactly what the Smart Life app is doing: * Using DP...