Alexander Emelin

Results 66 issues of Alexander Emelin

Hello! I was playing with go-fastping yesterday and came across a situation that not all ICMP replies reached my application code. I sent ICMP requests to several thousands of IP...

Current Centrifugo history model assumes that Centrifugo uses channel history kept in Centrifugo Engine storage. I.e.: * kept in memory in case of Memory engine * kept in Redis, KeyDB...

This closes all the running goroutines of Redis Broker on Node Shutdown. This should also fix our Survey tests when those are launched with count > 1.

An issue to track [WebTransport](https://www.w3.org/TR/webtransport/) support: * [x] Make a POC based on quic-go Webtransport pull request * [ ] Make sure Disconnect logic matches ours (i.e. WT can be...

My initial quick measurements for asking stream top showed that we can get ~25% performance boost in Redis benchmarks if migrating from Redigo to github.com/go-redis/redis/v8. But this requires more effort...

A follow-up after #139 - we need to write more tests here. Any help much appreciated - we already have a configured test suite, so only need to write more...

help wanted

I mean this case: https://play.golang.org/p/FzgG0R_O4s

bug

Just a POC at the moment. May be updated later. Most probably WT transport should be pluggable from the outside.

**What this PR does / why we need it**: Add client to call Grafana GRPC API. ```go package main import ( "context" "log" "github.com/grafana/grafana-plugin-sdk-go/grpcapi" ) func main() { // when...

This client is far behind the rest of SDKs in the ecosystem. We need to update it to `centrifuge-go` v0.9.0 and client SDK API spec. It's hard to say whether...