master
refactor(microservices): fix wrong type for keepalive keys
refactor(core): remove async promise executor anti-patterns
style: fix eslint errors
chore: add type cast in nats emitter
build: use strict null checks part 1
build: use strict null checks part 5
fix(microservices): reject pending Redis requests on close
feat(microservices): handle rmq blocked/unblocked connection events
refactor(microservices): Use options object for JsonSocket constructor
Event pattern producer and consumer initially working. Serialization still needs design.