LightMessaging icon indicating copy to clipboard operation
LightMessaging copied to clipboard

Simple low-level replacement for CFMessagePort, with RocketBootstrap integration

Results 2 LightMessaging issues
Sort by recently updated
recently updated
newest added

when I use it in a sandboxed app. it stoped when send message ! my iOS verson is 10.0.

I'm confused about this practice here: https://github.com/r-plus/libcanopenurl/blob/master/LCCanOpenURL.x#L36-L52 What exactly is LMResponseBufferFree doing? And how does it accept `bytes` in the example above? I thought `bytes` was just an LMMessage, so...