Loan

Results 5 comments of Loan

Hello, Any update on this bug? I have the exact same issue. Using your helmchart, i am deploying 3 clients (having all the same topic), 3 postgresql and 2 servers...

Hello asafc, At the moment its using postgresql as broadcast backbone (default setup in the helmchart, so i expect it to be the most commun setup). Ok will add this...

Hi, i added this Env but i got the same behavior. Opal is in 0.2.1, i check and the env/fix is present in the opal server. I will put all...

It's not working when you have multiple entries. It "register" multiple entries but then trigger x times the last entry. The issue is in packages/opal-server/opal_server/data/data_update_publisher.py line 139. bind_for_repeat() is using...

Just with that it should fix it i think (Maybe i am wrong, i am new in the coroutines world): `async def bind_for_repeat(bind_source = source): await self._periodic_update_callback(bind_source)`