Merge pull request #147 from kenan-rhoton/CloseInit
Init() cleanly after Close()
This commit is contained in:
commit
5d65a22da1
@ -164,7 +164,7 @@ func NewSysEvtCh() chan Event {
|
||||
return ec
|
||||
}
|
||||
|
||||
var DefaultEvtStream = NewEvtStream()
|
||||
var DefaultEvtStream *EvtStream
|
||||
|
||||
type EvtStream struct {
|
||||
sync.RWMutex
|
||||
|
Loading…
Reference in New Issue
Block a user