Yevhen Sentiabov

Results 26 comments of Yevhen Sentiabov

Добавьте пожалуйста весь стек трейс js ошибки

Не удалось воспроизвести Вашу проблему, скорее всего у Вас что-то не так с авторизацией пользователя. Модель устанавливается на https://github.com/joni-jones/yii2-wschat/blob/master/assets/js/views/chat.js#L13, у Вас по какой-то причине не срабатывает этот ивент.

I will check ASAP this issue and give you answer.

@a-komarev, do you use chat for authenticated users?

Can you post example of response from `Chat.Room.auth()` method? UPD: the problem with default avatar or with your custom image?

`onCompletion` should be called only when a sink has already processed all the messages. But from what I'm seeing in the issue it might not be the case. I will...

@bdoyle0182 we are migrating our project from Akka `2.5.26`, on this version there is no memory leak. As our project has some slight modifications to the OpenWhisk, I'm not able...

@jrudolph I'm looking at these graphs and strings with IPs having 0% in comparison to `RedBlackTree` allocation. But I'm still looking if it could be an issue. I see that...

Thanks @jrudolph. Yes, I tried to go down through these trees and leaves are pointing to child actors and `ignore-sink`. I don't know if it's related, but some time ago...

It seems the issue in https://github.com/apache/openwhisk/blob/master/common/scala/src/main/scala/org/apache/openwhisk/http/PoolingRestClient.scala#L76, without `materializer.shutdown()` removed by Akka upgrade to 2.6.12 it leaks memory. Also, `OverflowStrategy.dropNew` has been deprecated in 2.6.11, and underneath the queue for the...