
Nogtail
-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
Nogtail reacted to Dr. McKay in Detect when Steam kills my sessions
No, the event won't fire if there isn't any HTTP traffic going on. But if you pass the SteamCommunity instance to the constructor of TradeOfferManager, then the manager will use that community for its HTTP requests and so no-session requests triggered by the manager will fire the event.
-
Nogtail reacted to Dr. McKay in Use Tradeoffer Manager with Node Cluster
Yeah making your bots separate from your site is probably your best bet.