Fleck
Fleck copied to clipboard
send twice same message shortly
hello! here is my web client log: 2019-08-18 14:50:07.641 <--- { "type":"goodsOutComplete", "info":{ "slotID": "2", "serialNumber": "289" } } 2019-08-18 14:50:07.657 <--- { "type":"goodsOutComplete", "info":{ "slotID": "2", "serialNumber": "289" } }
in c# side, we send the message once, but Fleck send this message twice to my html&js client
I think you'll need to provide more context so help can be given. what code is being used to send on c# side and what code is being used to recieve on client? Without more details it would be impossible to know if the issue is the Fleck lib or a mistake in client side code.