Your comments

Asyncua is a python lib for opc ua, where i host my server. DATA_SERVER.zip

I started test_handler.py to create this error.

I know where the error lies. It is a problem of reading the security informations. When the security level of a node is not defined it takes a realy long time to read this infos. I have disabled this loading, it does not work when security settings are not made in asyncua. It is a problem of asyncua and the client (because the client loops when the information is not provided)

There is a bug with handeling references (orgenizes). Whenever i try to read them it ends in a infinity loop and errors on server side.