Ethan

Results 35 comments of Ethan
trafficstars

Following your advice the consume call now uses a serial queue, could you try it out? (1.5.2)

Thanks, could you try 1.5.3? Changed the code to use synchronized, this worked for me in a simple app.

You probably need to update the local cocoapod repo. ``` pod repo update # Run the below command where your Podfile is pod install --repo-update ```

Cocoapods takes time for the update to take effect, it should work now (1.5.3). The change was commited to the develop branch

@xplatsolutions >Producer handler methods onConnect and onProduce will hang the application if you try to initiate any async request and block the thread with semaphore wait/signal. Does it work if...

ListenerWrappers are located at: https://github.com/ethand91/mediasoup-ios-client/blob/master/mediasoup-client-ios/include/wrapper/TransportWrapper.h

Hello, sorry for the late reply, been busy... If possible could you create a pull request with your fix?

This is not supported yet.

Will look into it if I get time.

Thanks! The issues you had could you maybe share them and how you solved them? Would be good to make a FAQ.