oroulet

Results 566 comments of oroulet

That feature always comes back. I think it was removed due to performance. We should check if we have performance issues with that branch

ok. looks like the logic has to be changed here. It is not 100% straightforward. any PR welcome. I am not using the xml importa currently

This is not important. Already fixed in master. Will be released soon

You can test master by writing pip install opcua --pre --upgrade it should be much faster

And report bugs

This is strange a server is supposed to send back one field per field in subscription filter. You need to register a session with wireshark and attach the result to...

so your server sends an empty event, althoug we ask for 8 fields and it answers that 8 field are OK.... Did your other clients receive property values with the...

in your log they ask for 17 propertoes and the 17 properties are sent to client. This is normal. So we are probably doing something wrong or triggering a bug...

As a test I propose that you look into the code of events.py in get_filter_from_event_type function and let the whereclause uninitilized. I am guessing this will solve your issue. Stil...

We do not make up these IDs, so the server must generate these events. On Fri, Mar 31, 2017, 16:18 Marco Melletti wrote: > i'm doing some tests and it...