Alexander Makarov

Results 1745 comments of Alexander Makarov

Wait, but `$requestSessionId` is obtained from request and you have different request object every time, don't you? ```php $requestSessionId = $this->getSessionIdFromRequest($request); ```

You're right. Any fix that comes in mind? I don't currently have Swoole environment set up :(

1. Added resetter config. 2. Updated https://github.com/yiisoft/docs/blob/master/guide/en/tutorial/using-yii-with-swoole.md @ChisWill ping us if it doesn't help please.

That would be convenient.

How do you configure shell autocompletion? Do you have a reliable way to reproduce it?

1. As an author of the custom rule, what would be different for me to implement / use the rule? 2. What if I want to ship it in a...

I like the ability to configure it, but I don't think we need to separate this information, since it logically belongs to rule itself.

Would you please elaborate with some example? It's not clear now.

I see. That makes sense if client needs to handle errors of a kind in a special way.