toejough / wisper

minimalist websocket pub/sub with regex subscriptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot subscribe to a second channel on its own via webproxy

toejough opened this issue · comments

subscribe(foo) is fine
subscribe([foo, bar]) is fine
subscribe(foo); subscribe(bar) gets you an 'Error: not opened' every time.

Added a test - could not reproduce...

reopening to close again with commit.