Andrew
                                            Andrew
                                        
                                    @kaads123 I can't help with your question, but do you have a link to an example for using LruCache for custom icons (BitmapDescriptors)? I'm trying to optimize my map with...
Same issue. I have also seen it take a realllly long time to return, like 10 to 15 seconds.
I will take a look, but probably won't have time for a full implementation. Thanks for info about Protocol Buffers, I have not seen that. It's interesting how difficult straight...
msgpack looks interesting. Unfortunate it has Visual Studio dependencies for windows however. My use case is PC running python to PC running python communication, but I will experiment with it....
Maybe this is related. Is it possible to override the server state to force the client to disconnect on it's end? I'm still looking for ways to force all the...
Like I was getting at before, call `instantiate()` to create an instance of a custom object. See example here: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/server-instantiate-object.py
I do not think this library is well tested in a multiprocess environment. I don't know your application, but do you really need multiple processes for OPC UA? I suppose...
I'm pretty sure he is handing python ua functions off to a process, that process will have a copy of the main process memory. When he calls `add_object` it's getting...
Sorry, best answer I can give is to avoid using Kepware. The server is notoriously bad.
What server are you using?