Cysharp / GrpcWebSocketBridge

Yet Another gRPC over HTTP/1 using WebSocket implementation, primarily targets .NET platform.
MIT License
82 stars 12 forks source link

Handle empty response data in UnityWebRequestHttpHandler #18

Closed gavar closed 1 year ago

gavar commented 1 year ago

Throws an exception otherwise as ByteArrayContent does not expect a null value in the ctor.

gavar commented 1 year ago

hey @mayuki , please take a look at the PR

mayuki commented 1 year ago

Thank you for the contribution! It should have originally been fixed with #16, but I had accidentally caused a regression.