Yevhenii Aleksiuk

Results 5 issues of Yevhenii Aleksiuk

An asynchronous error occurs when attempting to close a WebSocket connection in the GraphQL WebSocket handler. The error message is: Bad state: Cannot close sink while adding stream. Code Excerpt...

## Summary This PR adds support for `null` values in the `args` parameter of `invoke`, `send`, and `stream` methods by changing the type from `List?` to `List?`. Fixes #121 ##...

# Add support for null values in `args` parameter for `invoke`, `send`, and `stream` methods ## Description Currently, the `invoke`, `send`, and `stream` methods accept `List?` for the `args` parameter....