Reza Ebrahimi

Results 5 issues of Reza Ebrahimi

There are 10 Clients (DEALER sockets) that are connected to a ROUTER socket, if all clients send message to ROUTER socket and in ROUTER side for sending reply response to...

Feature Request
Need More Information
Area (API change)

I have an interval stream that will be called when a request coming, The problem is after dropping websocket connection request, the interval doesn't stop and still continue to stream...

**Version** Cargo.toml: ``` [dependencies] tokio = { version = "1.1.0", features = ["full"] } ``` ```console $ cargo tree | grep tokio └── tokio v1.3.0 └── tokio-macros v1.1.0 (proc-macro) ```...

C-bug
A-tokio
M-time

When react component `unmounts`, the `useSubscription` hook doesn't `unsubscribe` stream in server side. ```js const TestComponent = () => { const { loading, error, data } = useSubscription(SUBSCRIPTION); useEffect(() =>...

🛎 subscriptions

Add private key validation check for multi-line string content specifically when set using environment variables as multi-line string. Discussion (Thanks to @gr2m ): https://github.com/gr2m/universal-github-app-jwt/issues/71 Resolves [#465](https://github.com/octokit/auth-app.js/issues/465) [#71](https://github.com/gr2m/universal-github-app-jwt/issues/71) ## Behavior ###...

Type: Bug