Måns Severin

Results 7 issues of Måns Severin

Added timeout parameter to Base-class, and passed it along with the requests.get call.

### Describe the bug PJSSIP is activating AVAudioSession on iOS even though SETUP_AV_AUDIO_SESSION is not defined. It is activated here, not respecting SETUP_AV_AUDIO_SESSION: https://github.com/pjsip/pjproject/blob/ea7105c222d657d3c1f7fb18ff9130450e2e40e6/pjmedia/src/pjmedia-audiodev/coreaudio_dev.m#L2179 Deactivation takes the SETUP_AV_AUDIO_SESSION into account:...

On devices that support multiple SIM-cards (include E-SIM), the subscriber cellular providers return multiple carriers. Modifies the code to try to extract a carrier region from the multiple subscribers.

Package resolution fails on Xcode 12. ![Screenshot 2020-10-06 at 12 40 00](https://user-images.githubusercontent.com/217371/95191571-385b5100-07d1-11eb-8b5f-f2f9d19641d9.png)

The method ``` - (BOOL)_delegatePopoverShouldClose:(id)sender ``` (BFColorPickerPopover:182) is not called in Yosemite when the popover is dismissed by clicking outside, and thus the popover keeps observing changes on the shared...

When using carthage (or similar), the 2.0.1 fails to build with Xcode 10.12.

Keep getting crashes in Pipe.java. Seems that inpipe.checkRead() returns true, but afterwards inpipe.probe() returns null. ``` Fatal Exception: java.lang.NullPointerException at zmq.Pipe.isDelimiter(Pipe.java:472) at zmq.Pipe.checkRead(Pipe.java:183) at zmq.SessionBase.readActivated(SessionBase.java:298) at zmq.XSub$XSubSession.readActivated(XSub.java:24) at zmq.Pipe.processActivateRead(Pipe.java:290) at...

more information needed