geohash

Results 23 comments of geohash

I was taking a look at the [mediasoup-broadcaster-demo](https://github.com/versatica/mediasoup-broadcaster-demo/blob/v3/src/Broadcaster.cpp#L148) and it looks like in the handler they are using an async HTTP request returning a future, maybe we can change the...

@ethand91 the problem is with that promise callback, let me explain further to make sure you understand so we can find a solution. Yes, AlamoFire or URLSession will create a...

Yes, tried that before, and just now again, it freezes the application. OK, let me know if you need any help, I'll be happy to assist you. I'd suggest just...

To add more context although I don't think it matters I am using SwiftUI and pass a model around to set the RTCVideoTrack when created. But that seems to be...

Could this be related to the problem I am experiencing; or I can open a new issue. Producer handler methods onConnect and onProduce will hang the application if you try...

Updated to 1.5.3, the problem persists, if you don't invoke the `callback: ((String?) -> Void)!` before exiting the `SendTransportListener.onProduce` will freeze the application, I am trying various tricks to accomplish...

I opened a new issue to provide clarity of the problem and detail information to reproduce if necessary. https://github.com/ethand91/mediasoup-ios-client/issues/67

@Rockjan could you please provide if you have to sync threads when onProduce is called, I have trouble to make it work because it freezes the application. https://github.com/ethand91/mediasoup-ios-client/issues/67 I appreciate...

So `self.wsServer sendRequestWithMethod` is asynchronous creating a background thread; to complete the request to a Web Socket channel and if `onProduce` exit you don't receive an error like the below!...