MatteoFolli

Results 4 comments of MatteoFolli

> Is it the server that crashes? is_autocommit=True might change something. Yes, it's the server. I will try it.

@nakagami Unfortunately this hasn't solved the problem.. still crashing. The other thing that I observed is that as soon as I close the script RAM occupied by the SQL server...

> If you want to send the data to the sensor every 30 s, shouldn't you just connect, insert, and close each time? That's what I have done, I think...

I have the same problem. Any news on this ? I also think your example here https://github.com/FreeOpcUa/opcua-asyncio/blob/master/examples/client-reconnect.py do not work properly in this case. Because the .check_connection() call generate a...