Skip to content

Commit b17606c

Browse files
committed
FIX: Fixed requested changes.
1 parent 1909e40 commit b17606c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

develop/install_manifest.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/client.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Consumer Client_subscribe_topics(Client& client, const std::vector<std::string>&
5656

5757
void Client_subscribe_topicsAsync(Client& client, const std::vector<std::string>& topics, const std::string& subscriptionName, const ConsumerConfiguration& conf, SubscribeCallback callback){
5858
client.subscribeAsync(topics, subscriptionName, conf, [callback](Result result, pulsar::Consumer consumer){
59-
py::gil_scoped_acquire acquire;
6059
callback(result, consumer);
6160
});
6261
}

0 commit comments

Comments
 (0)