Cysharp / GrpcWebSocketBridge

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

Sync Copies of UnityWebRequestHttpHandler #22

Closed bryanmcconkey closed 9 months ago

bryanmcconkey commented 9 months ago

This updates the copy in src\GrpcWebSocketBridge.Client.Unity\Assets\Plugins\GrpcWebSocketBridge\GrpcWebSocketBridge.Client\Unity\UnityWebRequestHttpHandler.cs

to match the copy in src\GrpcWebSocketBridge.Client\Unity\UnityWebRequestHttpHandler.cs

which was overlooked in https://github.com/Cysharp/GrpcWebSocketBridge/pull/13

mayuki commented 9 months ago

Thanks!