Skip to content

Commit 83c4d6c

Browse files
authored
Merge pull request #18 from longlene/master
reply fix
2 parents 7f0f108 + e1a09b8 commit 83c4d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p1_fsm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ from(_) -> undefined.
722722

723723
%% Send a reply to the client.
724724
reply({To, Tag}, Reply) ->
725-
catch To ! {Tag, Reply}.
725+
gen:reply({To, Tag}, Reply).
726726

727727
reply(Name, {To, Tag}, Reply, Debug, StateName) ->
728728
reply({To, Tag}, Reply),

0 commit comments

Comments
 (0)