Running the github ~\webextensions-examples\native-messaging extension on Win10. Configured correctly per check_config_win.py, and can see correct ping /pong3 exchange.
Edit app (ping_pong.py) to send a different reply, e.g. pongalong3 and reload extension.
Trigger the extension but still get the original ping/pong3 exchange.
Happens with both FF 97.0.1 and FFdev 98.0b6.
So how do I develop a native-messaging extension if configuration is a one-time thing?