James

Results 7 comments of James

@Evgeny-A 3 - can be solved by doing the following in JFRWebSocket.m: ```objc - (void)disconnect { [self disconnectStream:nil]; } ``` Instead of ```objc - (void)disconnect { [self writeError:JFRCloseCodeNormal]; } ```...

Ping/Pong delegate method unfortunately weren't implemented in this library. So this lib does do ping/pong but it's at a lower level in the ProcessRawMessage function, meaning it's unusable from an...

This usually comes down to application architecture, which I run into myself a lot. Was getting deadlocks until I read this part on the README. > By default dispatch_get_main_queue is...

You're not properly setting the flag for self signed certificates, either that or there is an SSL handshake error from your server. I hit against your server real quick and...

If you provide some way to contact/pay I will buy you one. I've got a few here and know which ones do h265 well. Ive learned a lot more about...

@BogdanovKirill This is looking great, keep up the good work.

@BogdanovKirill There is a need for sample buffer but please don't force the need for them. I would somehow integrate it as an argument when creating the class. Right now...