saltyrtc / saltyrtc-server-python

SaltyRTC signalling server implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't increase/check CSN for relay messages

lgrahl opened this issue · comments

commented
commented

Well... CSN is still being increased, meh! For both incoming and outgoing relay messages:

self.combined_sequence_number_out += 1

self.combined_sequence_number_in += 1