At day job we use this package for mostly client interactions with an RPC server. At the moment we are forced to implement a noopHandler since we don't care about any requests made to us. It could be a nicer API if a nil handler could be provided and the pkg to ignore requests in that case.
Is this something you'll accept a PR for? It's only a few lines to update to guard against nil handlers.
At day job we use this package for mostly client interactions with an RPC server. At the moment we are forced to implement a
noopHandler
since we don't care about any requests made to us. It could be a nicer API if anil
handler could be provided and the pkg to ignore requests in that case.Is this something you'll accept a PR for? It's only a few lines to update to guard against nil handlers.