Closed azurit closed 4 years ago
I suppose that 'deprecated' means 'udp' will be available for some time along with 'udd', so this is probably a bug.
Correct. I'll fix this shortly.
Thank you!
this patch is merged to master. a release will be made shortly
In version 2.13.14-beta, ctx.descriptor.udp is unavailable:
AttributeError: 'MethodDescriptor' object has no attribute 'udp'
From spyne-2.13.2-alpha changelog:
_udp argument to @rpc was deprecated in favour of _udd. UDP is too well known as user datagram protocol which could be confusing.
I suppose that 'deprecated' means 'udp' will be available for some time along with 'udd', so this is probably a bug.