Fleck icon indicating copy to clipboard operation
Fleck copied to clipboard

send twice same message shortly

Open dangpoyouhun opened this issue 6 years ago • 1 comments

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

dangpoyouhun avatar Aug 18 '19 08:08 dangpoyouhun

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.

jessycormier avatar Oct 01 '19 13:10 jessycormier