#155 Add log statement for further investigations
This commit is contained in:
@ -189,6 +189,7 @@ func (rc *rawToCodeOceanWriter) Write(p []byte) (int, error) {
|
|||||||
if rc.proxy.webSocketCtx.Err() != nil {
|
if rc.proxy.webSocketCtx.Err() != nil {
|
||||||
return 0, nil
|
return 0, nil
|
||||||
}
|
}
|
||||||
|
log.Info("Passed WriteToCodeOceanCheck")
|
||||||
err := rc.proxy.sendToClient(dto.WebSocketMessage{Type: rc.outputType, Data: string(p)})
|
err := rc.proxy.sendToClient(dto.WebSocketMessage{Type: rc.outputType, Data: string(p)})
|
||||||
return len(p), err
|
return len(p), err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user