mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-11-02 12:14:16 +08:00
add bleve support
This commit is contained in:
@@ -114,7 +114,9 @@ func (p *ProcessPty) readInit() {
|
||||
}
|
||||
|
||||
func (p *ProcessPty) ReadCache(ws ConnectInstance) {
|
||||
ws.Write(p.cacheBytesBuf.Bytes())
|
||||
if p.cacheBytesBuf != nil {
|
||||
ws.Write(p.cacheBytesBuf.Bytes())
|
||||
}
|
||||
}
|
||||
|
||||
func (p *ProcessPty) bufHanle(b []byte) {
|
||||
|
||||
Reference in New Issue
Block a user