Dongjin Kim
Dongjin Kim
This PR addresses the generic filename generator function to help users check and determine the appropriate file extension. Related to #112 I would like to propose the following improvements based...
I added asynchronous and synchronous ack functions to enable responses since there was no way to respond with ack when called via emitWithAck. Additionally, I introduced a separate ack_id variable...
It seems that the ack functions for responding to the packet ID are missing in both synchronous and asynchronous versions when the emitWithAck function is called from another side. I...