jdess

Results 3 comments of jdess

I'm facing the same issue with the exception that gets raised in the log of https://github.com/FreeOpcUa/opcua-asyncio/issues/827#issue-1157287320: `TypeError: initializer for ctype 'unsigned char *' must be a cdata pointer, not bytearray`...

After reviewing the code again, I assume that the better place to fix that is in `asyncua.client.ua_client.UASocketProtocol.data_received`. This is where the data provided from `asyncio` has changed from `bytes` to...

Thank you, seems like Polarion is not that exotic, then. I agree with your workaround, that matches how we patched it for now. At least for Polarion, an enhancement to...