Patrick Hahn

Results 4 comments of Patrick Hahn

I think I found the root cause: https://github.com/42wim/matterbridge/blob/80d303345669d96b40de1d4998ec9928cb67b27d/vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/messages.go#L20 The Rocket.chat client has this global bool flag that checks if the subscriber has already been added. The problem is that two...

That's the interesting part: The Matterbridge fork of the Rocketchat go sdk is too old to contain this bug, it's only present in the vendored code and in the upstream...

Is there any progress on this? We need proxy support and would really like to use the official package.

I wanted to know when this will be merged into master. Currently I have reimplemented muddydixon's solution in my own repository and we're using that, as the merge conflicts were...