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
Describe the bug
There is a typo / bug in the Real Time Response body payload handler, command_payload. (key should be boolean)
To Reproduce
Try to pass "queue_offline" to the batch_init_sessions method of the Real Time Response Service Class. This value will not make it to the final body payload (nor will any other boolean in this handler).
Developers making use of standard body payloads with this method will not encounter this issue.
Expected behavior
The body payload is properly formulated.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: 0.7.3 - 1.0.4
Additional context
Discovered while developing a sample for discussion #415.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a typo / bug in the Real Time Response body payload handler,
command_payload
. (key
should beboolean
)To Reproduce
Try to pass "queue_offline" to the
batch_init_sessions
method of the Real Time Response Service Class. This value will not make it to the final body payload (nor will any other boolean in this handler).Developers making use of standard body payloads with this method will not encounter this issue.
Expected behavior
The body payload is properly formulated.
Environment (please complete the following information):
Additional context
Discovered while developing a sample for discussion #415.
The text was updated successfully, but these errors were encountered: