You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 297, the optionalParameter was returning a null pointer error. I guess since it was not declared anywhere it just broke the connectAndBind method (which internally calls sendBind). I commented this out for now but I do not know if this has any negative effects. The system is working without it fine, but then again all I am doing is sending and receiving messages from the Simulator.
The text was updated successfully, but these errors were encountered:
On line 297, the optionalParameter was returning a null pointer error. I guess since it was not declared anywhere it just broke the connectAndBind method (which internally calls sendBind). I commented this out for now but I do not know if this has any negative effects. The system is working without it fine, but then again all I am doing is sending and receiving messages from the Simulator.
The text was updated successfully, but these errors were encountered: