myzhan / avroipc

Avroipc is a pure-go-implemented client for flume's avro source
MIT License
4 stars 6 forks source link

Limit execution time of client methods, close #15 #16

Closed vykulakov closed 4 years ago

vykulakov commented 4 years ago

The simplest way to implement such feature is by using the SetDealine feature of the net.Conn interface.

So this method should be added to the Transport interface and all its implementations.