Eugene Prokopiev

Results 12 comments of Eugene Prokopiev

Thanks for you response, but I see @event_callback (and maybe @app) is outdated, right? Anyway I need for a bit different. I need for some service with two entry point:...

Suppose I already have [simple web service](https://gist.github.com/enp/abad4cbc3e5c6c9821708845c53d6add) with explicit event loop. I need to define switchio EventLoop and Connection both in some `CallServer` class, right? How to define FS event...

So, it is impossible to use one event loop for both now? Btw, I tried just to import EventListener or EventLoop but I got error: ``` Traceback (most recent call...

I've used low-level connection [in this way](https://github.com/enp/EslWebSocketApp/blob/cc841d89faa0bc9d40355399adb7380fa7a12ae1/server.py) because did not found how to pass event loop into get_client or into get_listener

Sure, it will be interesting for me to see higher level example with switchio-specific decorators for event processing and aiohttp-specific decorators for http requests/responses both instead of working with loops...

Temporary fixed local file ```templates/victoria-metrics-operator/alertmanager/vmalertmanager.yaml``` in chart like so: ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMAlertmanager metadata: ... spec: {{ include "victoria-metrics-k8s-stack.alertmanagerSpec" . | indent 2}} serviceSpec: spec: type: NodePort {{- end...

Looks like it works different in different cases I can create alertmanager with service type=NodePort directly with VMAlertmanager resource: ``` $ helm install --create-namespace --namespace monitoring vm-operator vm/victoria-metrics-operator $ cat

Hi, I see memory leak in drachtio server with simple scenario which is similar to 'Canceling an INVITE we sent' from https://drachtio.org/docs#sip-dialogs: ``` try { let invite const dialog =...

Hash table content after some time with stopped node application: ``` 2020-04-13 14:33:00.908709 number of server-side transactions in the hash table 27 2020-04-13 14:33:00.908758 number of client-side transactions in the...

Thank you too. After restarting drachtio server with the --memory-debug command and stopping node I see: ``` 2020-04-13 15:22:20.990626 size of hash table for dialogs 63 2020-04-13 15:22:20.990958 number of...