Go Frendi Gunawan
Results
2
issues of
Go Frendi Gunawan
From the [documentation](https://nats.io/documentation/internals/nats-protocol/), it is stated that > Subject names: Subject names, including reply subject (INBOX) names, are case-sensitive and must be non-empty alphanumeric strings with no embedded whitespace, and...
The sleep-based testing scenario is quite unreliable, especially in slow machines (See: https://github.com/kata-ai/merapi-proxy/blob/6f6f81d23c6c6e1fbf4910e7e1cd6f12ec01076e/test/async_test.spec.js#L103). Callback/promise-based is going to be more robust in this case.