今天早上,我醒來時,發現Nodejitsu紡出以下錯誤 Warning: connection.session() MemoryStore is not designed for a production environment, as it will leak memory, and will not scale past a single process. 我想到了自己 - 然後我去找了更適合
我在執行修改後的BluetoothChat應用程序時遇到此問題。該應用程序顯示設備,開始連接到它,然後崩潰。我一直在測試這個,它發生在這個線程上。 下面是代碼和logcat的: public class ConnectedThread extends Thread {
// Debugging
private static final String TAG = "BluetoothChatSe