Fix segfault in METADAPT-A
This commit is contained in:
parent
32e7e09cc8
commit
9b89c47ecc
@ -60,6 +60,7 @@ func (this *a) OpenTrans() (Trans, error) {
|
||||
id := this.transID
|
||||
this.transID ++
|
||||
trans := &transA {
|
||||
parent: this,
|
||||
id: id,
|
||||
incoming: usync.NewGate[incomingMessage](),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user