Skip to content

Commit

Permalink
Disable "strict_read"
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Mar 25, 2024
1 parent d81c555 commit 00c49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rb_client/resource_invoke.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ResourceInvoke
def initialize(host, port)
@socket = Thrift::Socket.new(host, port)
@transport = Thrift::BufferedTransport.new(@socket)
@protocol = Thrift::BinaryProtocol.new(@transport)
@protocol = Thrift::BinaryProtocol.new(@transport, false)
@client = ResourceService::ResourceService::Client.new(@protocol)
end

Expand Down

0 comments on commit 00c49e3

Please sign in to comment.