status-go/server
Siddarth Kumar cf84c40320
PR to fix media server sleep issue (#3189)
* fix media-server sleep wake up issue

we now use waku v2 and hence messenger was nil.
Since it was nil, the logic in place responsible for triggering app state events was not firing and hence media server would become un-responsive after a sleep event.

this commit fixes that.

Co-Authored-By: Andrea Maria Piana <andrea.maria.piana@gmail.com>


---------

Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2023-02-15 13:44:00 +05:30
..
pairing temporary fix: data/log dir looks weired after local pair sync (#3159) 2023-02-06 17:55:41 +08:00
certs.go Sync all devices after initial pairing (#3047) 2023-01-06 20:21:14 +08:00
certs_test.go Sync all devices after initial pairing (#3047) 2023-01-06 20:21:14 +08:00
components_test.go Sync all devices after initial pairing (#3047) 2023-01-06 20:21:14 +08:00
device.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
device_test.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
handlers.go Move images to shared namespace 2023-02-02 19:18:06 +00:00
ips.go Sync all devices after initial pairing (#3047) 2023-01-06 20:21:14 +08:00
ports.go Change of strategy, using a for loop wait 2022-10-26 10:26:59 +01:00
server.go Sync all devices after initial pairing (#3047) 2023-01-06 20:21:14 +08:00
server_media.go Introduce QR code generation & serve it via the media server (#3154) 2023-02-02 19:26:00 +05:30
server_test.go PR to fix media server sleep issue (#3189) 2023-02-15 13:44:00 +05:30