Fix segfault in METADAPT-A

This commit is contained in:
Sasha Koshka 2025-01-24 22:56:02 -05:00
parent 32e7e09cc8
commit 9b89c47ecc

View File

@ -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](),
}