erwan / playoauthclient

OAuth Client for the Play Framework
22 stars 16 forks source link

twitter example not threadsafe? #6

Open sclasen opened 13 years ago

sclasen commented 13 years ago

Looks like the twitter example is not threadsafe...if play is running more than one request thread?

Probably should follow the signpost suggestion of allocating Providers/Consumers on each request?