shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

Fix for multicast block2 responses #102

Closed JosefWN closed 2 years ago

JosefWN commented 2 years ago

Attempt at fixing: https://github.com/shamblett/coap/issues/100

JKRhb commented 2 years ago

Awesome, thank you :) Looks good already, I will try it out as soon as possible :)

JKRhb commented 2 years ago

Thank you, @JosefWN, block-wise multicast requests now work again :) The only thing I noticed is that the client seems to hang if you use multicast even if you explicitly close it. Unfortunately, I haven't been able to find the point where to fix the issue yet. Destroying the eventBus in the client, for example, does not have an effect on the behavior.

JosefWN commented 2 years ago

Odd, I can take a look, but open a separate PR for that!