Sascha Thiergart
Sascha Thiergart
@nickdoikov Thanks for your response. Regarding 1.: I have the `srv_dns_protocol ="udp"` nowhere in my config. Regarding 2.: How do i enable verbose logging in gobetween. I could not find...
@nickdoikov Apparently it works if i use the IP address of the DNS server instead of its domain name: `srv_lookup_server = "172.33.0.2:53"`. Is this behaviour intended? It seems like gobetween...
Thank you @dvarrazzo for the suggestion. How do you close a running generator outside of the generator, i.e. outside of `async for n in gen:`? Example: ``` async def test_notifies():...
> Maybe you could use a different task to call `gen.close()`. As far as i understand, i am doing that in my example. This makes the `AsyncConnection.notifies` only usable for...
Yes i checked the test and my example is inspired by that. There you are closing the generator within the generator loop and im my example i am trying closing...
Thinking about it, wouldn't it make sense to declare notifies as `asyncio.Queue` ? and put notification in the queue as they appear, thus isolating the notifications from the connection? Maybe...
Haveyou ever been able to fix this issue?
Have you ever been able to fix this?
Of course i can override other settings like `INSTALLED_APPS` and `MIDDLEWARE` for these tests. But i am not quite sure whether this is a good approach.
One option (at least for me) would to have some kind of logic in acl.conf. Is something like `{allow, {client, %c}, subscribe, ["testTopics/%c"]}.` possible? That would at least allow me...