kyuupichan / aiorpcX

Generic async RPC implementation, including JSON-RPC
MIT License
27 stars 23 forks source link

make json request ids independent across sessions #21

Closed SomberNight closed 5 years ago

SomberNight commented 5 years ago

Having the ids be persistent across reconnects and different sessions can in some cases introduce a privacy leak. As it is trivial to fix, I think we should.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.283% when pulling 815600062adca6f9b3ed0ce6687bed56cc92fe6e on SomberNight:json_id_independent into 56fbccb61372be424ba9e1d7ad861796d8ad0be2 on kyuupichan:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.283% when pulling 815600062adca6f9b3ed0ce6687bed56cc92fe6e on SomberNight:json_id_independent into 56fbccb61372be424ba9e1d7ad861796d8ad0be2 on kyuupichan:master.