Tom Berger

Results 8 issues of Tom Berger

I am trying to send a semi-large JSON payload over a web socket but it doesn't seem to work. The size of the message is about 5MB; it contains some...

**What version of WebTorrent?** ^0.98.3 **What operating system and Node.js version?** OS X 10.11.3 with Node v6.4.0 **What did you expect to happen?** Expected peers to be found and pieces...

bug
accepted

Right now `ext-bcmath` is listed as a suggested dependency in composer.json but it should be a hard dependency. Using timestamps in any protobuf definition requires that this extension be installed:...

php

## GORM Playground Link https://github.com/go-gorm/playground/pull/504 ## Description There seems to have been a regression from `v1.23.5` to `v1.23.6` where loading objects with a pointer struct embed will result in that...

type:with reproduction steps

#### Overview Support an optional `aux_attributes` parameter to `OpenCensusClientInterceptor` constructor in order to allow users to specify arbitrary tags on GRPC method trace spans.

cla: yes

### Your environment. - Version: *v3.1.7* ### What did you do? SCTPTransport's [Stop](https://github.com/pion/webrtc/blob/master/sctptransport.go#L143) method was called in ion-sfu relay peer's [Close](https://github.com/pion/ion-sfu/blob/master/pkg/relay/relay.go#L336) method. ### What did you expect? The underlying SCTPTransport...

It would be useful if the [Reader struct](https://github.com/nwaples/rardecode/blob/master/reader.go#L264) implemented the `ReadSeeker` interface. This would come in handy when trying to serve RAR files over HTTP with [http.ServeContent](https://golang.org/pkg/net/http/#ServeContent). This is useful...

This change adds the latency of a request as a response log field. This is useful when filtering logs in Google Cloud logging for requests that have high latencies.