saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async MsgPack serialisation/deserialisation

lgrahl opened this issue · comments

commented

Currently, MsgPack blocks serialisation and deserialisation blocks the event loop.

commented

This did not result in noticeable performance improvements (see #50).