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
I have tested the last commit 83ff659. It is an improvement: now the PushClient gets notified from a PushServer (so the method notify_input is triggered). However, now I have the following issues:
The PushServer blocks its method put at a strange frequency of about 1Hz (it should not block but send the data as fast as possible and release the put method immediately)
The PushClient receives the data at the same update frequency but there is a delay of about 0.5 seconds (just estimated visually)
The Examples generated by the SmartSoft /SeRoNet Tooling do not work. I think the "user code" will not be triggered.
@alex-lotz Could you test the behavior?
The text was updated successfully, but these errors were encountered: