dont do raw.New, instead add raw.Raw.Refresh explicit
This commit is contained in:
@@ -55,6 +55,9 @@ func (udp UDP) Read() []byte {
|
||||
}
|
||||
}
|
||||
|
||||
func (udp UDP) Refresh() {
|
||||
}
|
||||
|
||||
func (udp UDP) Close() {
|
||||
udp.conn.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user