synrc / n2o

⭕ N2O: Distributed WebSocket Application Server ISO 20922
https://ws.n2o.dev
Other
1.34k stars 168 forks source link

Update n2o_vnode and small fixing n2o #330

Closed qomputer closed 5 years ago

qomputer commented 5 years ago

Now we can consider as acceptable events-topics for example the following types: <<"events/1/2/api/anon/emqttd_lx9tr6mfwwjuob3bn6/">> and <<"events/1/2/api/anon/emqttd_lx9tr6mfwwjuob3bn6">>; <<"events/1/2/api/anon/emqttd_lx9tr6mfwwjuob3bn6/Token">> and <<"events/1/2/api/anon/emqttd_lx9tr6mfwwjuob3bn6/Token/">> but as unacceptable: <<"events/1/2/api/anon/>>, <<"events/1/2/api//>> etc

so we need to update n2o_vnode.

There is small fix to start vnode just after n2o start too.