zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.53k stars 2.34k forks source link

Problem: long flag isn't set for subscriptions if topic has between 246 and 255 characters #4564

Closed soell closed 1 year ago

soell commented 1 year ago

Solution: fix V3.1 encoder to calculate long flag after evaluating the subscribe and cancel commands

Fixes zeromq/libzmq#4367

bluca commented 1 year ago

there are some CI failures, have a look at the logs

soell commented 1 year ago

Is there a possibility to retry the failed OBS Fedora_Rawhide/x86_64 build? I don't believe that the failing test is due to my code changes. The test passes for all other build configurations.