We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfdd0a commit 4b9fbb1Copy full SHA for 4b9fbb1
src/main/kotlin/org/phoenixframework/Socket.kt
@@ -84,7 +84,7 @@ const val WS_CLOSE_ABNORMAL = 1006
84
*/
85
class Socket(
86
url: String,
87
- params: Payload? = null,
+ params: Map<String, Any>? = null,
88
private val gson: Gson = Defaults.gson,
89
private val client: OkHttpClient = OkHttpClient.Builder().build()
90
) {
0 commit comments