Nikolaj Rudakov

Results 7 comments of Nikolaj Rudakov

@mac-cain13, so if I want to send a message to 1M devices then I have to wait `(READ_TIMEOUT * 1M devices / 1M microseconds)` seconds. 1M seconds I have to...

Another workaround. Instead of: ```graphql input MainInput { childs: [OneChildInput!]! } input OneChildInput { id: ID } ``` use this: ```graphql input MainInput { childs: ManyChildsInput! } input ManyChildsInput {...

> In the meantime you can use [Git Flow Integration Plus](https://github.com/RubinCarter/gitflow4idea-plus) which is a fork of this plugin. I don't know Java well. Has anyone looked this repo through? Non-latin...

Nope. Here my config: ```php 'cache' => [ 'class' => yii\redis\Cache::class, 'redis' => 'redisConn', 'keyPrefix' => 'my_pref' ], ``` In this case `serializer` is `null`, right? According to docs: >...

0.3.0 tag doesn't contains @i-panov's fix. It works only with `.min` version.