starshinata

Results 3 issues of starshinata

The overflow is caused by the recursive call of receive() in WebSocket.startReceiving(). ``` private void startReceiving() { if (_messageEventQueue.Count > 0) _messageEventQueue.Clear(); _pongReceived = new ManualResetEvent(false); _receivingExited = new ManualResetEvent(false);...

Hi everyone, Our team is currently working on a project where the client requirement is to implement fuzzy search. However, we have noticed that OData does not support fuzzy search...

### Summary Please provide an option in Kiota to generate only DTOs/POCOs from an OpenAPI specification, without generating API client code. ### Motivation In design-first API development, where the OpenAPI...

type:feature