Closed jfallows closed 4 years ago
signalId is currently a int64 which is probably unnecessarily wide, int32 would suffice
signalId
int64
int32
signalId is now int32, see https://github.com/reaktivity/nukleus.spec/commit/184b2ce830e8f89f3eada0a435cd53a92e859f44
signalId
is currently aint64
which is probably unnecessarily wide,int32
would suffice