Sam Shaplygin

Results 69 comments of Sam Shaplygin

@suyulin May you send example source code?

Hey, @grahamjenson. Thanks for you great job! Is this feature comparable with source socket.io into `ts` implementation? From which version is the functionality supported in the original version?

@jvstatinydev Hey! is it [code](https://github.com/googollee/go-socket.io/blob/master/_examples/default-http/main.go#L15) doesn't help to you?

Hey, @justvisiting Why are you wait updates? Open source it is not development consulting

@caiiiycuk Hey, I did it https://github.com/ydb-platform/ydb/pull/19330

I patched sdk at the local version and used next row: ``` Value::optional_from(Value::Text("".to_string()), Some(Value::Text("test".to_string()))).unwrap(), ``` is it common way?

I assume that this happens because the wait at `client.wait().await?` operation doesn't really wait for all the necessary data to reach the `RandomLoadBalancer` discovery_state after set_discovery_state operation. i fixed at...