Justin
Justin
diff --git a/Channel/Sources/EDOChannelUtil.m b/Channel/Sources/EDOChannelUtil.m index 9894719..433a1c3 100644 --- a/Channel/Sources/EDOChannelUtil.m +++ b/Channel/Sources/EDOChannelUtil.m @@ -53,7 +53,7 @@ size_t EDOGetPayloadSizeFromFrameData(dispatch_data_t data) { EDOSocketFrameHeader_t *frame = NULL; dispatch_data_t contiguousData = dispatch_data_create_map(data, (const void **)&frame,...
Delay software keyboard minimization and DYLD_INSERT_LIBRARIES for Chrome.
The dispatch queues for socket connection and channel handling were created with the default Quality of Service (QoS) class. This can lead to priority inversion, where critical eDO communication is...