bayleeadamoss / zazu-clipboard

A clipboard manager for Zazu.
The Unlicense
14 stars 12 forks source link

Don't use a server #8

Closed bayleedev closed 8 years ago

bayleedev commented 8 years ago

It's annoying that this needs a server. The issue is that the database can only have one connection, even if most connections are read only.

bayleedev commented 8 years ago

This causes issues when reloading the plugins in Zazu. It's not being garbage collected in time before we reload and try and use the same address.

bayleedev commented 8 years ago

Since they are all in the same process I wonder how hard it would be great an event emitter between the multiple files.