Skip to content

Known Issues

SteezCram edited this page Aug 19, 2020 · 1 revision

Doing 9:ADD_DATABASE_PROTCOL / 9:ADD_PROTOCOL is not thread safe, design choice for speed. Basically don't do them while you are also doing 1:DB:foooo 2:DB:foooo etc..

9:RESET
9:ADD_DATABASE.................
9:ADD_DATABASE_PROTOCOL........  
9:ADD_PROTOCOL.................
9:LOCK.........................

<Then do whatever> 
Clone this wiki locally