store IPC messages before connection
In the new node v24, I found out the IPC messages are lost as the IPC connection is yet to be setup/connected.
This is maybe due to a different import/load order strategy in node.
Anyway, a simple fix was to just cache the messages and replay them when the connection is established.
This fixes the "watch doesn't restart on changes".
Solves #767
合并状态:未合并 2 条评论