Missing function to publish parameters in live session (v2.1.0) #1786
-
|
Hello, I am using the HashinKit library version 2.1.0. I did not find any function to publish parameters in a live session. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I haven’t prepared that. For reference, what kind of parameters are required? |
Beta Was this translation helpful? Give feedback.
With this PR, it is now possible to pass query parameters:
https://github.com/HaishinKit/HaishinKit.swift/pull/1793/files
Thank you for your feedback.