oruchreis

Results 13 issues of oruchreis

Hi, We are using owin with asp.net mvc/webapi in most of our projects. The application makes Mvc settings and other registrations in owin startup, and Glimpse's HttpModule starts before owinstartup....

Hi, When I call a service method using binary message encoding with gzip, it returns "IOException: Unable to read data from the transport connection" and "SocketException: An existing connection was...

Hi, I'm trying to add a default ServiceBehaviorAttribute to all services. I achieved this by removing the default and adding a new one via ServiceHost.Description.Behaviors in old WCF. When I...

bug

Hi, I'm trying to migrate our old wcf service to coreWCF. Old Wcf service has these endpoints: - `/AService` (GET) => wsdl, help - `/AService` => WsHttpBinding - `/AService/soap` =>...

**Describe the bug** If we type a few letter less than `MinimumLength` and `IsMultiselect` is `true`, we get `ArgumentNullException` after clearing text by pressing `backspace` key. This error occurs when...

Bug
Triage

### Duplicate ? - [X] I have searched issues/discussions and did not find other issues/discussions reporting this bug. ### Product version 1.4.1 ### Describe expected behavior we expect the wsdl...

bug

Hi, I'm using Reindexer a few months without any performance issues. And I'm quite happy with query performance especially for queries that have IN(set) conditions. But lately, some namespaces growed...

I got this error on slave node: ```[W19/12 09:05:58.889 23] [repl:SomeNamespaceCreatedBeforeSlave] Error: Storage directory doesn't exist for namespace 'SomeNamespaceCreatedBeforeSlave' on path '/data/Db' and CreateIfMissing option is not set``` If the...

Hi, I'm trying to use reindexer in k8s environment with 1 master and 2 slaves. And I'm using slaves for ha and performance(for select queries). And I'm struggling with some...

Hi, I want to expose redis cluster outside of the kubernetes. I've added a load balancer service with these settings: ```yaml selector: undermoonClusterName: my-redis-cluster undermoonName: my-redis-cluster undermoonService: storage ``` When...