scottzach1 / CoapTesting

A simple libcoap wrapper for Python3 to test the performance and functionality of CoAP servers.
MIT License
0 stars 0 forks source link

Multi methods broken #1

Open scottzach1 opened 3 years ago

scottzach1 commented 3 years ago

I haven't tested this since I no longer have access to the hardware. But I suspect that the nested method in test_times_multi() might fail to pickle.

Otherwise, hopefully, everything else should function as intended. :smile: :crossed_fingers:

scottzach1 commented 3 years ago

I suspect that it would work if the inner method was brought to the global scope.