(msg any)
| 173 | } |
| 174 | |
| 175 | func (hc *errorTranslatingHandlerConnCloser) Send(msg any) error { |
| 176 | return hc.fromWire(hc.handlerConnCloser.Send(msg)) |
| 177 | } |
| 178 | |
| 179 | func (hc *errorTranslatingHandlerConnCloser) Receive(msg any) error { |
| 180 | return hc.fromWire(hc.handlerConnCloser.Receive(msg)) |