It seems it is not possible to set subscriber filters using socket_t::setsockopt() Expected usage would be: ``` std::string filter = "meta"; socket.setsockopt(ZMQ_SUBSCRIBE, filter); // DOES NOT WORK ``` Is there a workaround? Full example here: https://gist.github.com/mquirin/e50dce82b6d3575351ef PS: I am using VS 2013