Marc Capdevielle
Marc Capdevielle
I have a PR with this waiting for review: #319
What HTTP response code do you get on the `http://localhost:8082/files/test.html`: 200, 400 or 500 ? Did you check file permissions ? I can see in https://github.com/httpswift/swifter/blob/b33295680aea4fae0d88f07024da35b4d9f33ca2/Sources/Files.swift#L41 that if a read...
@astasiak93 You can always use @johnhammerlund's PR : #299. It's been ok for our use (parallel testing on iOS11 simulators and real devices). ``` gem "xcpretty", :git => "https://github.com/technology-ebay-de/xcpretty", :ref...
Hi @sabrine2020, Sorry, if my previous comments could sound misleading. Orange currently has no plan to implement this feature any time soon, I just created this issue to track any...
Hi @pooja1pathak, I did not work on any of these guaranteed delivery scenarios. I suppose this could be implemented using persisted queues. I can't speak about the original demand but...
The configuration you have set (having providers with custom service/servicePath) is for a single tenant on the Cepheus side to access data from two tenants on the Orion side, so...
Sorry, but I do not understand what you are trying to do here. The way multi-tenancy was defined in Cepheus is to have a 1-to-1 mapping between Orion and Cepheus...
@pooja1pathak Sadly, the `multi-tenancy` is still an undocumented feature. Mostly because the feature itself is incomplete, lacks testing, as well as most importantly, unit tests to prove it works as...
NGSI subscriptions are statefull which we considered was a really bad design decision (other pub/sub protocols like MQTT have "session" subscriptions that only lives while the connections between the two...
Thank you for your contribution @pooja1pathak ! Notify me when you are finished. Closes #75