Jeroen van der Heijden
Jeroen van der Heijden
It seems that some negotiation need to take place to get a SmartEnum:  For some reason I don't get this to work by using the impacket library but I...
Any updates on this issue? (We use `urllib3
At the moment, no, this is not possible with the ORM Layer. (Only the Union field `value_type` is handled with the ORM Layer) That said, it might be possible to...
At the moment? No. I think it should be possible to implement support but it will cost time.
This could be a result of the connection which is not being closed when it should. In the latest version, 0.2.2 we fixed closing the connection in the finally block....
Not sure, but in `encoded_string.py` the library does the string encoding. It basically decodes using `utf-16le`.
Could you try using the plain library without the wmicserver?
@trentasis , I've created pr #28 with the encoding forced to UTF-8. Can you test if this solves the issue?
Why is this PR still open?
I can only imagine this happens with a "never" ending flow of data, thus when data can't be processed faster than it is being received. This way the `data_received(..)` function...