adamfoneil / CardGameSDK

A library for creating and testing card games
https://cardplace.azurewebsites.net
0 stars 0 forks source link

can we swap the database queue for in-memory? #15

Open adamfoneil opened 3 weeks ago

adamfoneil commented 3 weeks ago

Not sure we actually need the EventMessage table. Can we use Queue<T> instead?