The call from snapteld stopping (killing) the plugin results in the following log message (from grpc) to be printed. ``` 2016/12/13 10:36:50 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp 127.0.0.1:55081: operation was canceled"; Reconnecting to {"127.0.0.1:55081" <nil>} 2016/12/13 10:36:50 grpc: addrConn.transportMonitor exits due to: grpc: the connection is closing ``` To reproduce simply load any grpc based plugin.
The call from snapteld stopping (killing) the plugin results in the following log message (from grpc) to be printed.
To reproduce simply load any grpc based plugin.