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
Right now the TcpIpChannel edits the internal state from the open_connection and close_connection function. The same is true for the CoapUdpIpChannel. The CoapUdpIpChannel also edits the state from within the gcoap internal state through callbacks additionally. Maybe this can be fixed using messages between the threads?
The text was updated successfully, but these errors were encountered:
Right now the
TcpIpChannel
edits the internal state from theopen_connection
andclose_connection
function. The same is true for theCoapUdpIpChannel
. TheCoapUdpIpChannel
also edits the state from within thegcoap
internal state through callbacks additionally. Maybe this can be fixed using messages between the threads?The text was updated successfully, but these errors were encountered: