Maor Davidov

Results 8 issues of Maor Davidov

The following won't work: ``` await MQTTService.client.ConnectAsync(); MQTTService.observableMessage.Subscribe(new MQTTObserver()); ``` While this one will: ``` MQTTService.observableMessage.Subscribe(new MQTTObserver()); await MQTTService.client.ConnectAsync(); ```

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...

Scenario: Developer A works on Cart service Developer B works on API Gateway service The cart is a new functionality, never been deployed before. Developer A and Developer B want...

Add the new `resolve all namespaces` and `proxy external private destinations` features to the documentation. Limitations: 1. Proxy doesn't support the same port multiple times, even on different dns 2....

Clean autogenerated not in use files and change the project structure if needed

CLI
controller
tunnel-server

When running ADMU tool to migrate from AzureAD to JC we have a case which CroudStrike is installed on the machine. In such cases we cannot delete it, and we...

The existing Microsoft connector does not support allowedDomains like Google connector or other connectors allows. #### Overview The existing Microsoft connector does not support allowedDomains like Google connector or other...