Closed agurvich closed 2 years ago
looks like maybe the socket address changed? the params in initViewer are being sendToGUI'd but the params don't even make it to the GUIparams.
initViewer
sendToGUI
GUIparams
d13f63fdad56c143ef9acb351e9d78b104e3f5e3
turns out the issue was message spam from the FPS drowning out the GUI init message. reducing the frequency of updating the FPS seems to have solved the problem.
looks like maybe the socket address changed? the params in
initViewer
are beingsendToGUI
'd but the params don't even make it to theGUIparams
.